-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 (videokit): Add onvideoDidEndCallback #784
🎨 (videokit): Add onvideoDidEndCallback #784
Conversation
57a078b
to
1024d4b
Compare
Codecov Report
@@ Coverage Diff @@
## develop #784 +/- ##
===========================================
- Coverage 96.06% 96.00% -0.06%
===========================================
Files 138 138
Lines 3249 3253 +4
===========================================
+ Hits 3121 3123 +2
- Misses 128 130 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff listNo differenes where found in map files. |
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff listNo differenes where found in map files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Une grosse question sur la redéfinition du callback + des suggestions de nom
1024d4b
to
1e76dc0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Éventuellement ajouter cette nouvelle feature dans le spike pour qu'on puisse vérifier n'importe quand que ça fonctionne toujours 😉
- Validé sur le robot le ...
libs/VideoKit/source/VideoKit.cpp
Outdated
@@ -48,6 +48,7 @@ void VideoKit::playVideo(const std::filesystem::path &path, bool must_loop) | |||
_event_flags.set(flags::START_VIDEO_FLAG); | |||
|
|||
_lcd.turnOn(); | |||
_on_video_ended = onVideoDidEndCallback; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_on_video_ended = onVideoDidEndCallback; | |
_on_video_ended = onVideoEndedCallback; |
ou si tu veux revenir comme avant
_on_video_ended = onVideoDidEndCallback; | |
_on_video_did_end = onVideoDidEndCallback; |
08f134b
to
c763ec2
Compare
SonarCloud Quality Gate failed. |
0e4da1c
to
33499f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
33499f8
to
de728a2
Compare
Kudos, SonarCloud Quality Gate passed! |
No description provided.