Interface PlayerConfiguration

interface PlayerConfiguration {
    hls: PlayerHlsConfiguration;
    mse: PlayerMseConfiguration;
    network: PlayerNetworkConfiguration;
}

Properties

Properties