SourceNetworkConfig
data class SourceNetworkConfig(val engine: NetworkEngine = NetworkEngine.HttpURLConnection()) : Parcelable
The network configuration gives the ability to influence network requests for a Source.
See NetworkConfig to configure the network stack at the Player level.
Properties
Link copied to clipboard
The NetworkEngine used to make network requests.