IVSTextMetadataCue

Objective-C


@interface IVSTextMetadataCue : IVSCue

Swift

class IVSTextMetadataCue : IVSCue

Plaintext timed metdatada cue.

  • 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 }