Conforms to NSObject
Declared in MSFKMediaControlChannel.h

Instance Methods

mediaControlChannel:didCompleteLoadWithSessionID:

Called when a request to load media has completed.

- (void)mediaControlChannel:(MSFKMediaControlChannel *)mediaControlChannel didCompleteLoadWithSessionID:(NSInteger)sessionID

Parameters

mediaSessionId

The unique media session ID that has been assigned to this media item.

Discussion

Called when a request to load media has completed.

Declared In

MSFKMediaControlChannel.h

mediaControlChannel:didFailToLoadMediaWithError:

Called when a request to load media has failed.

- (void)mediaControlChannel:(MSFKMediaControlChannel *)mediaControlChannel didFailToLoadMediaWithError:(NSError *)error

Discussion

Called when a request to load media has failed.

Declared In

MSFKMediaControlChannel.h

mediaControlChannel:requestDidFailWithID:error:

Called when a request fails.

- (void)mediaControlChannel:(MSFKMediaControlChannel *)mediaControlChannel requestDidFailWithID:(NSInteger)requestID error:(NSError *)error

Parameters

requestID

The request ID that failed. This is the ID returned when the request was made.

error

The error. If any custom data was associated with the error, it will be in the error’s userInfo dictionary with the key {@code kMSFKErrorCustomDataKey}.

Discussion

Called when a request fails.

Declared In

MSFKMediaControlChannel.h

mediaControlChannelDidUpdateMetadata:

Called when updated media metadata is received.

- (void)mediaControlChannelDidUpdateMetadata:(MSFKMediaControlChannel *)mediaControlChannel

Discussion

Called when updated media metadata is received.

Declared In

MSFKMediaControlChannel.h

mediaControlChannelDidUpdateStatus:

Called when updated player status information is received.

- (void)mediaControlChannelDidUpdateStatus:(MSFKMediaControlChannel *)mediaControlChannel

Discussion

Called when updated player status information is received.

Declared In

MSFKMediaControlChannel.h