Bitmovin Player API 8.268.0
    Preparing search index...

    Interface Technology

    A player and streaming technology tuple describing a supported technology of the player.

    interface Technology {
        player: PlayerType;
        streaming: StreamType;
    }

    Hierarchy (View Summary)

    Index
    player: PlayerType

    A string determining a rendering mode used to render the player. See PlayerType for details of the supported values.

    streaming: StreamType

    A string determining a streaming technology. See StreamType for details of the supported values.