MSFKMediaStatus Class Reference
| Inherits from | NSObject |
| Declared in | MSFKMediaStatus.h MSFKMediaStatus.m |
Tasks
-
mediaSessionIDproperty -
playerStateproperty -
idleReasonproperty -
playbackRateproperty -
mediaInformationproperty -
streamPositionproperty -
volumeproperty -
isMutedproperty -
customDataproperty -
– initWithSessionID:mediaInformation: -
– isMediaCommandSupported:
Properties
customData
Any custom data that is associated with the media item.
@property (nonatomic, strong, readonly) id customDataDiscussion
Any custom data that is associated with the media item.
Declared In
MSFKMediaStatus.hidleReason
The current idle reason. This value is only meaningful if the player state is MSFKMediaPlayerStateIdle.
@property (nonatomic, readonly) MSFKMediaPlayerIdleReason idleReasonDiscussion
The current idle reason. This value is only meaningful if the player state is MSFKMediaPlayerStateIdle.
Declared In
MSFKMediaStatus.hisMuted
The stream’s mute state.
@property (nonatomic, readonly) BOOL isMutedDiscussion
The stream’s mute state.
Declared In
MSFKMediaStatus.hmediaInformation
The MSFKMediaInformation for this item.
@property (nonatomic, strong, readonly) MSFKMediaInformation *mediaInformationDiscussion
The MSFKMediaInformation for this item.
Declared In
MSFKMediaStatus.hmediaSessionID
The media session ID for this item.
@property (nonatomic, readonly) NSInteger mediaSessionIDDiscussion
The media session ID for this item.
Declared In
MSFKMediaStatus.hplaybackRate
Gets the current stream playback rate. This will be negative if the stream is seeking backwards, 0 if the stream is paused, 1 if the stream is playing normally, and some other postive value if the stream is seeking forwards.
@property (nonatomic, readonly) float playbackRateDiscussion
Gets the current stream playback rate. This will be negative if the stream is seeking backwards, 0 if the stream is paused, 1 if the stream is playing normally, and some other postive value if the stream is seeking forwards.
Declared In
MSFKMediaStatus.hplayerState
The current player state.
@property (nonatomic, readonly) MSFKMediaPlayerState playerStateDiscussion
The current player state.
Declared In
MSFKMediaStatus.hInstance Methods
initWithSessionID:mediaInformation:
Designated initializer.
- (id)initWithSessionID:(NSInteger)mediaSessionID mediaInformation:(MSFKMediaInformation *)mediaInformationParameters
- mediaSessionID
The media session ID.
- mediaInformation
The media information.
Discussion
Designated initializer.
Declared In
MSFKMediaStatus.h