bitmovin_api_sdk.encoding.configurations.audio.dts_passthrough package
Subpackages
Submodules
bitmovin_api_sdk.encoding.configurations.audio.dts_passthrough.dts_passthrough_api module
- class bitmovin_api_sdk.encoding.configurations.audio.dts_passthrough.dts_passthrough_api.DtsPassthroughApi(**kwargs)[source]
Bases:
BaseApi
- create(dts_passthrough_audio_configuration: DtsPassthroughAudioConfiguration, **kwargs: dict) DtsPassthroughAudioConfiguration [source]
Create DTS Passthrough Configuration
- Parameters
dts_passthrough_audio_configuration (DtsPassthroughAudioConfiguration, required) – The DTS Passthrough Codec Configuration to be created
- Returns
DTS Passthrough Audio Configuration
- Return type
- delete(configuration_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete DTS Passthrough Codec Configuration
- Parameters
configuration_id (string_types, required) – Id of the codec configuration
- Returns
Id of the codec configuration
- Return type
- get(configuration_id: string_types, **kwargs: dict) DtsPassthroughAudioConfiguration [source]
DTS Passthrough Codec Configuration Details
- Parameters
configuration_id (string_types, required) – Id of the codec configuration
- Returns
DTS Passthrough Audio Configuration
- Return type
- list(query_params: Optional[DtsPassthroughAudioConfigurationListQueryParams] = None, **kwargs: dict) DtsPassthroughAudioConfiguration [source]
List DTS Passthrough Configurations
- Parameters
query_params (DtsPassthroughAudioConfigurationListQueryParams) – Query parameters
- Returns
List of DTS Passthrough codec configurations
- Return type
bitmovin_api_sdk.encoding.configurations.audio.dts_passthrough.dts_passthrough_audio_configuration_list_query_params module
- class bitmovin_api_sdk.encoding.configurations.audio.dts_passthrough.dts_passthrough_audio_configuration_list_query_params.DtsPassthroughAudioConfigurationListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]
Bases:
object
- property attribute_map
- property openapi_types