BCOVSessionProviderExtension(BCOVFWAdditions) Category Reference
Declared in | BCOVFWComponent.h |
---|
pausedOnFreeWheelRequest
If FreeWheel has requested that the content video be in the paused state, this will be YES. Otherwise it will be NO.
@property (nonatomic, assign, readonly, getter=isPausedOnFreeWheelRequest) BOOL pausedOnFreeWheelRequest
Discussion
If FreeWheel has requested that the content video be in the paused state, this will be YES. Otherwise it will be NO.
Declared In
BCOVFWComponent.h
– fw_play
Plays the video and updates FreeWheel with a video state of FW_VIDEO_STATE_PLAYING. This method will only play the video if isPausedOnFreewheelRequest returns NO.
- (void)fw_play
Discussion
Plays the video and updates FreeWheel with a video state of FW_VIDEO_STATE_PLAYING. This method will only play the video if isPausedOnFreewheelRequest returns NO.
On first play, before playing content, the session will process all preroll ads before starting the content.
Declared In
BCOVFWComponent.h
– fw_pause
Pauses the video and updates FreeWheel with a video state of FW_VIDEO_STATE_PAUSED.
- (void)fw_pause
Discussion
Pauses the video and updates FreeWheel with a video state of FW_VIDEO_STATE_PAUSED.
Declared In
BCOVFWComponent.h