HlsSettings Class
The HLS setting for a track.
- Inheritance
-
azure.mgmt.media._serialization.ModelHlsSettings
Constructor
HlsSettings(*, default: bool | None = None, forced: bool | None = None, characteristics: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
default
|
The default for the HLS setting. |
forced
|
The forced for the HLS setting. |
characteristics
|
The characteristics for the HLS setting. |
Variables
Name | Description |
---|---|
default
|
The default for the HLS setting. |
forced
|
The forced for the HLS setting. |
characteristics
|
The characteristics for the HLS setting. |
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