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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python