MSFKMediaInformation Class Reference
| Inherits from | NSObject |
| Declared in | MSFKMediaInformation.h MSFKMediaInformation.m |
Tasks
-
streamTypeproperty -
contentTypeproperty -
metadataproperty -
streamDurationproperty -
customDataproperty -
– initWithContentID:streamType:contentType:metadata:streamDuration:customData: -
– initWithJSONObject: -
– JSONObject
Properties
contentType
The content (MIME) type.
@property (nonatomic, copy) NSString *contentTypeDiscussion
The content (MIME) type.
Declared In
MSFKMediaInformation.hcustomData
The custom data, if any.
@property (nonatomic, strong) id customDataDiscussion
The custom data, if any.
Declared In
MSFKMediaInformation.hmetadata
The media item metadata.
@property (nonatomic, strong) MSFKMediaMetadata *metadataDiscussion
The media item metadata.
Declared In
MSFKMediaInformation.hInstance Methods
JSONObject
Create a JSON object which can serialized with NSJSONSerialization to pass to the receiver.
- (id)JSONObjectDiscussion
Create a JSON object which can serialized with NSJSONSerialization to pass to the receiver.
Declared In
MSFKMediaInformation.hinitWithContentID:streamType:contentType:metadata:streamDuration:customData:
Designated initializer.
- (id)initWithContentID:(NSString *)contentID streamType:(MSFKMediaStreamType)streamType contentType:(NSString *)contentType metadata:(MSFKMediaMetadata *)metadata streamDuration:(NSTimeInterval)streamDuration customData:(id)customDataParameters
- contentID
The content ID.
- streamType
The stream type.
- contentType
The content (MIME) type.
- metadata
The media item metadata.
- streamDuration
The stream duration.
- customData
The custom application-specific data.
Discussion
Designated initializer.
Declared In
MSFKMediaInformation.h