MSFKMediaControlChannelDelegate Protocol Reference
| 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)sessionIDParameters
- 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.hmediaControlChannel:didFailToLoadMediaWithError:
Called when a request to load media has failed.
- (void)mediaControlChannel:(MSFKMediaControlChannel *)mediaControlChannel didFailToLoadMediaWithError:(NSError *)errorDiscussion
Called when a request to load media has failed.
Declared In
MSFKMediaControlChannel.hmediaControlChannel:requestDidFailWithID:error:
Called when a request fails.
- (void)mediaControlChannel:(MSFKMediaControlChannel *)mediaControlChannel requestDidFailWithID:(NSInteger)requestID error:(NSError *)errorParameters
- 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