BCOVPlaybackControllerBumperDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | BCOVPlaybackController.h |
– playbackController:playbackSession:didEnterBumper:
Called when playback enters a bumper within a playback session.
- (void)playbackController:(id<BCOVPlaybackController>)controller playbackSession:(id<BCOVPlaybackSession>)session didEnterBumper:(BCOVVideo *)video
Parameters
controller |
The playback controller in which this transition occurred. |
---|---|
session |
The playback session within which the bumper transition occurred. |
video |
The bumper being entered. |
Discussion
Called when playback enters a bumper within a playback session.
Declared In
BCOVPlaybackController.h
– playbackController:playbackSession:didExitBumper:
Called when playback exits a bumper within a playback session.
- (void)playbackController:(id<BCOVPlaybackController>)controller playbackSession:(id<BCOVPlaybackSession>)session didExitBumper:(BCOVVideo *)video
Parameters
controller |
The playback controller in which this transition occurred. |
---|---|
session |
The playback session within which the bumper transition occurred. |
video |
The bumper being exited. |
Discussion
Called when playback exits a bumper within a playback session.
Declared In
BCOVPlaybackController.h
– playbackController:playbackSession:bumper:didProgressTo:
Called with the playback session’s bumper playback progress.
- (void)playbackController:(id<BCOVPlaybackController>)controller playbackSession:(id<BCOVPlaybackSession>)session bumper:(BCOVVideo *)video didProgressTo:(NSTimeInterval)progress
Parameters
controller |
The playback controller in which a bumper is progressing. |
---|---|
session |
The playback session within which the bumper transition occurred. |
video |
The bumper that is progressing. |
progress |
The progress time of the bumper. |
Discussion
Called with the playback session’s bumper playback progress.
Declared In
BCOVPlaybackController.h
– playbackController:playbackSession:didPauseBumper:
Called when a bumper paused.
- (void)playbackController:(id<BCOVPlaybackController>)controller playbackSession:(id<BCOVPlaybackSession>)session didPauseBumper:(BCOVVideo *)video
Parameters
controller |
The playback controller in which this transition occurred. |
---|---|
session |
The playback session within which the bumper transition occurred. |
video |
The bumper being paused. |
Discussion
Called when a bumper paused.
Declared In
BCOVPlaybackController.h
– playbackController:playbackSession:didResumeBumper:
Called when a bumper resumed.
- (void)playbackController:(id<BCOVPlaybackController>)controller playbackSession:(id<BCOVPlaybackSession>)session didResumeBumper:(BCOVVideo *)video
Parameters
controller |
The playback controller in which this transition occurred. |
---|---|
session |
The playback session within which the bumper transition occurred. |
video |
The bumper being resumed. |
Discussion
Called when a bumper resumed.
Declared In
BCOVPlaybackController.h