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

    Interface AndroidCommentFrame

    Stores user comments or notes.

    Android

    interface AndroidCommentFrame {
        description: string;
        frameType: "comment";
        id: string;
        language: string;
        metadataType: ID3;
        platform: "android";
        text: string;
    }

    Hierarchy

    • AndroidId3FrameBase
      • AndroidCommentFrame
    Index

    Properties

    description: string
    frameType: "comment"
    id: string

    ID3 frame identifier.

    "TXXX"
    
    language: string
    metadataType: ID3
    platform: "android"

    Platform discriminator for TypeScript type narrowing.

    text: string

    The comment text.