BCOVPlaybackSessionBumperConsumer Protocol Reference

Conforms to NSObject
Declared in BCOVPlaybackController.h

– playbackSession:didEnterBumper:

Called when playback enters a bumper within a playback session.

- (void)playbackSession:(id<BCOVPlaybackSession>)session didEnterBumper:(BCOVVideo *)video

Parameters

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

– playbackSession:didExitBumper:

Called when playback exits a bumper within a playback session.

- (void)playbackSession:(id<BCOVPlaybackSession>)session didExitBumper:(BCOVVideo *)video

Parameters

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

– playbackSession:bumper:didProgressTo:

Called with the playback session’s bumper playback progress.

- (void)playbackSession:(id<BCOVPlaybackSession>)session bumper:(BCOVVideo *)video didProgressTo:(NSTimeInterval)progress

Parameters

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

– playbackSession:didPauseBumper:

Called when a bumper paused.

- (void)playbackSession:(id<BCOVPlaybackSession>)session didPauseBumper:(BCOVVideo *)video

Parameters

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

– playbackSession:didResumeBumper:

Called when a bumper resumed.

- (void)playbackSession:(id<BCOVPlaybackSession>)session didResumeBumper:(BCOVVideo *)video

Parameters

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