TPLTimedMetadata
@interface TPLTimedMetadata : NSObject
TPLTimedMetadata
-
The metadata string.
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) NSString *metadata; -
Time of the metadata.
Declaration
Objective-C
@property (nonatomic, readonly) CMTime time; -
Unavailable
TPLTimedMetadata can not be created with init
Developers shouldn’t initialize this class directly.
TPLTimedMetadatacan not be created with init.Declaration
Objective-C
- (null_unspecified instancetype)init;
View on GitHub
TPLTimedMetadata Class Reference