IVSTextMetadataCue
Plaintext timed metdatada cue.
-
Returns
IVSCueTypeTextMetadata.Declaration
Objective-C
@property (nonatomic, readonly) IVSCueType _Nonnull type;Swift
var type: IVSCue.CueType { get } -
Text content of the cue.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull text;Swift
var text: String { get } -
Description of the text content.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull textDescription;Swift
var textDescription: String { get } -
Source of the text content, either inband RTMP (IVSCueInbandID3MetadataID) or out of band HTTP IVS API (IVSCueID3MetadataID)
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull textOwner;Swift
var textOwner: String { get }
IVSTextMetadataCue Class Reference