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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python