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: string_types, smooth_streaming_representation: SmoothStreamingRepresentation, **kwargs: dict) SmoothStreamingRepresentation[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: string_types, representation_id: string_types, **kwargs: dict) BitmovinResponse[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: string_types, representation_id: string_types, **kwargs: dict) SmoothStreamingRepresentation[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: string_types, query_params: SmoothStreamingRepresentationListQueryParams = None, **kwargs: dict) SmoothStreamingRepresentation[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: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents