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

    Type Alias PlayerControllerConfigMap

    Maps each MainMediaType to its corresponding player controller config type.

    type PlayerControllerConfigMap = {
        AUDIO_FILE: AudioFilePlayerControllerConfig;
        HLS: HlsPlayerControllerConfig;
        MP4: Mp4PlayerControllerConfig;
    }
    Index

    Properties

    Properties

    AUDIO_FILE: AudioFilePlayerControllerConfig
    HLS: HlsPlayerControllerConfig
    MP4: Mp4PlayerControllerConfig