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
- 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
- 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
- list(manifest_id: string_types, query_params: SmoothStreamingRepresentationListQueryParams = None, **kwargs: dict) SmoothStreamingRepresentation [source]
List MP4 Representation
- Parameters
manifest_id (string_types, required) – Id of the Smooth Streaming manifest.
query_params (SmoothStreamingRepresentationListQueryParams) – Query parameters
- Returns
MP4 Representation results
- Return type