BCOVPlaybackSessionProvider Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | BCOVPlaybackSessionProvider.h |
Overview
Objects that conform to this protocol vend a series of playback sessions that correspond to the specified videos.
– playbackSessionsForVideos:
Deprecated: Do not use Returns a series of idBCOVPlaybackSession objects that correspond to the specified videos. The first playback session will be sent as soon as it becomes available. Each subsequent playback session will be sent after its previous (leading) playback session is terminated. Playback sessions may be delivered asynchronously.
- (id)playbackSessionsForVideos:(id<NSFastEnumeration>)videos
Parameters
videos |
The BCOVVideo objects to which the returned playback session objects should correspond. |
---|
Return Value
The BCOVPlaybackSession objects that correspond to the specified videos.
Discussion
Warning: Deprecated: Do not use Returns a series of idBCOVPlaybackSession objects that correspond to the specified videos. The first playback session will be sent as soon as it becomes available. Each subsequent playback session will be sent after its previous (leading) playback session is terminated. Playback sessions may be delivered asynchronously.
Declared In
BCOVPlaybackSessionProvider.h