Interface PlayerNetworkConfiguration

interface PlayerNetworkConfiguration {
    license: NetworkConfiguration;
    manifest: NetworkConfiguration;
    segment: NetworkConfiguration;
}

Properties