bitmovin_api_sdk.encoding.manifests.smooth.representations.mp4 package

Submodules

bitmovin_api_sdk.encoding.manifests.smooth.representations.mp4.mp4_api module

class bitmovin_api_sdk.encoding.manifests.smooth.representations.mp4.mp4_api.Mp4Api(**kwargs)[source]

Bases: BaseApi

create(manifest_id, smooth_streaming_representation, **kwargs)[source]

Add MP4 Representation to Smooth Streaming Manifest

Parameters:
  • manifest_id (string_types, required) – Id of the Smooth Streaming manifest.

  • smooth_streaming_representation (SmoothStreamingRepresentation, required) – The MP4 Representation to be added

Returns:

Smooth Streaming manifest

Return type:

SmoothStreamingRepresentation

delete(manifest_id, representation_id, **kwargs)[source]

Delete Smooth Streaming MP4 Representation

Parameters:
  • manifest_id (string_types, required) – Id of the Smooth Streaming manifest.

  • representation_id (string_types, required) – Id of the MP4 representation.

Returns:

Id of the representation

Return type:

BitmovinResponse

get(manifest_id, representation_id, **kwargs)[source]

Smooth Streaming MP4 Representation Details

Parameters:
  • manifest_id (string_types, required) – Id of the Smooth Streaming manifest.

  • representation_id (string_types, required) – Id of the MP4 representation.

Returns:

MP4 representation details

Return type:

SmoothStreamingRepresentation

list(manifest_id, query_params=None, **kwargs)[source]

List MP4 Representation

Parameters:
Returns:

MP4 Representation results

Return type:

SmoothStreamingRepresentation

bitmovin_api_sdk.encoding.manifests.smooth.representations.mp4.smooth_streaming_representation_list_query_params module

class bitmovin_api_sdk.encoding.manifests.smooth.representations.mp4.smooth_streaming_representation_list_query_params.SmoothStreamingRepresentationListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents