PTTimedMetadata Class Reference
| Inherits from | PTMetadata : NSObject |
| Declared in | PTTimedMetadata.h |
Tasks
-
typeType of PTTimedMetadata. Possible values are TAG, ID3. Default value is TAG.
property -
timeThe local time (relative to the start of the main content) at which the associated segment of current tag will begin play.
property -
metadataIdA unique identifier for a PTTimedMetadata tag. The value is extracted from the tag attributes, if an “id” attribute exists. Else, the value is a unique random string.
property -
nameName of the tag itself. For example: #EXT-OATCLS-SCTE35, #EXT-CUSTOM-TAG
property
Properties
metadataId
A unique identifier for a PTTimedMetadata tag. The value is extracted from the tag attributes, if an “id” attribute exists. Else, the value is a unique random string.
@property (nonatomic, retain) NSString *metadataIdDiscussion
A unique identifier for a PTTimedMetadata tag. The value is extracted from the tag attributes, if an “id” attribute exists. Else, the value is a unique random string.
Declared In
PTTimedMetadata.hname
Name of the tag itself. For example: #EXT-OATCLS-SCTE35, #EXT-CUSTOM-TAG
@property (nonatomic, retain) NSString *nameDiscussion
Name of the tag itself. For example: #EXT-OATCLS-SCTE35, #EXT-CUSTOM-TAG
Declared In
PTTimedMetadata.htime
The local time (relative to the start of the main content) at which the associated segment of current tag will begin play.
@property (nonatomic, assign) CMTime timeDiscussion
The local time (relative to the start of the main content) at which the associated segment of current tag will begin play.
Declared In
PTTimedMetadata.h