Bitmovin Player React Native SDK - v1.6.0
    Preparing search index...

    Interface AndroidTextInformationFrame

    Stores text-based metadata.

    Android

    interface AndroidTextInformationFrame {
        description?: string;
        frameType: "text";
        id: string;
        metadataType: ID3;
        platform: "android";
        value: string;
    }

    Hierarchy

    • AndroidId3FrameBase
      • AndroidTextInformationFrame
    Index

    Properties

    description?: string
    frameType: "text"
    id: string

    ID3 frame identifier.

    "TXXX"
    
    metadataType: ID3
    platform: "android"

    Platform discriminator for TypeScript type narrowing.

    value: string