bitmovin_api_sdk.encoding.encodings.muxings.fmp4 package

Subpackages

Submodules

bitmovin_api_sdk.encoding.encodings.muxings.fmp4.fmp4_api module

class bitmovin_api_sdk.encoding.encodings.muxings.fmp4.fmp4_api.Fmp4Api(**kwargs)[source]

Bases: BaseApi

create(encoding_id: string_types, fmp4_muxing: Fmp4Muxing, **kwargs: dict) Fmp4Muxing[source]

Add fMP4 muxing

Parameters
  • encoding_id (string_types, required) – Id of the encoding.

  • fmp4_muxing (Fmp4Muxing, required) – The fMP4 muxing to be created

Returns

fMP4 muxing

Return type

Fmp4Muxing

delete(encoding_id: string_types, muxing_id: string_types, **kwargs: dict) BitmovinResponse[source]

Delete fMP4 muxing

Parameters
  • encoding_id (string_types, required) – Id of the encoding.

  • muxing_id (string_types, required) – Id of the fMP4 muxing

Returns

Id of the fMP4 muxing

Return type

BitmovinResponse

get(encoding_id: string_types, muxing_id: string_types, **kwargs: dict) Fmp4Muxing[source]

fMP4 muxing details

Parameters
  • encoding_id (string_types, required) – Id of the encoding.

  • muxing_id (string_types, required) – Id of the fMP4 muxing

Returns

fMP4 muxing

Return type

Fmp4Muxing

list(encoding_id: string_types, query_params: Fmp4MuxingListQueryParams = None, **kwargs: dict) Fmp4Muxing[source]

List fMP4 muxings

Parameters
Returns

List of fMP4 muxings

Return type

Fmp4Muxing

bitmovin_api_sdk.encoding.encodings.muxings.fmp4.fmp4_muxing_list_query_params module

class bitmovin_api_sdk.encoding.encodings.muxings.fmp4.fmp4_muxing_list_query_params.Fmp4MuxingListQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents