@byomakase/omakase-player
    Preparing search index...

    Class FileFormat

    Index

    Constructors

    Properties

    extensions: readonly string[]
    mimeTypes: readonly string[]
    AAC: FileFormat = ...
    ALL: readonly FileFormat[] = ...

    All supported input formats across all categories.

    ASS: FileFormat = ...
    AUDIO: readonly FileFormat[] = ...

    All supported audio file formats (MP3, AAC, OGG, OPUS, WAV, FLAC).

    AVI: FileFormat = ...
    DASH: FileFormat = ...
    FLAC: FileFormat = ...
    HLS: FileFormat = ...
    MKV: FileFormat = ...
    MOV: FileFormat = ...
    MP3: FileFormat = ...
    MP4: FileFormat = ...
    OGG: FileFormat = ...
    OPUS: FileFormat = ...
    SCC: FileFormat = ...
    SRT: FileFormat = ...
    SSA: FileFormat = ...
    STL: FileFormat = ...
    STREAMING: readonly FileFormat[] = ...

    All supported streaming formats (HLS, DASH).

    TEXT: readonly FileFormat[] = ...

    All supported text/subtitle formats (VTT, SRT, SSA, ASS, TTML, SCC, STL).

    TTML: FileFormat = ...
    VIDEO: readonly FileFormat[] = ...

    All supported video file formats (MP4, MKV, WEBM, AVI, MOV).

    VTT: FileFormat = ...
    WAV: FileFormat = ...
    WEBM: FileFormat = ...

    Methods