EnabledProtocols Class
Class to specify which protocols are enabled.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media._serialization.ModelEnabledProtocols
Constructor
EnabledProtocols(*, download: bool, dash: bool, hls: bool, smooth_streaming: bool, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
download
|
Enable Download protocol or not. Required. |
dash
|
Enable DASH protocol or not. Required. |
hls
|
Enable HLS protocol or not. Required. |
smooth_streaming
|
Enable SmoothStreaming protocol or not. Required. |
Variables
Name | Description |
---|---|
download
|
Enable Download protocol or not. Required. |
dash
|
Enable DASH protocol or not. Required. |
hls
|
Enable HLS protocol or not. Required. |
smooth_streaming
|
Enable SmoothStreaming protocol or not. Required. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python