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, fmp4_muxing, **kwargs)[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, muxing_id, **kwargs)[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, muxing_id, **kwargs)[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, query_params=None, **kwargs)[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=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents