<IMAAVPlayerVideoDisplayDelegate> Protocol Reference

A callback protocol for IMAAVPlayerVideoDisplayDelegate. More...

#import <IMAAVPlayerVideoDisplay.h>

+ Inheritance diagram for <IMAAVPlayerVideoDisplayDelegate>:

Instance Methods

(void) - avPlayerVideoDisplay:willLoadStreamAsset:
 Called when the IMAAVPlayerVideoDisplay will load a stream for playback. More...
 

Detailed Description

A callback protocol for IMAAVPlayerVideoDisplayDelegate.

Method Documentation

- (void) avPlayerVideoDisplay: (IMAAVPlayerVideoDisplay *)  avPlayerVideoDisplay
willLoadStreamAsset: (AVURLAsset *)  avUrlAsset 
optional

Called when the IMAAVPlayerVideoDisplay will load a stream for playback.

Allows the publisher to register the AVURLAsset for Fairplay content protection before playback starts.

Parameters
avPlayerVideoDisplaythe IMAVPlayerVideoDisplay that will load the AVURLAsset.
avUrlAssetthe AVURLAsset representing the stream to be loaded.

The documentation for this protocol was generated from the following file: