bitmovin_api_sdk.encoding.manifests.smooth package
Subpackages
- bitmovin_api_sdk.encoding.manifests.smooth.contentprotection package
- bitmovin_api_sdk.encoding.manifests.smooth.customdata package
- bitmovin_api_sdk.encoding.manifests.smooth.default package
- bitmovin_api_sdk.encoding.manifests.smooth.representations package
Submodules
bitmovin_api_sdk.encoding.manifests.smooth.smooth_api module
- class bitmovin_api_sdk.encoding.manifests.smooth.smooth_api.SmoothApi(**kwargs)[source]
Bases:
BaseApi- create(smooth_streaming_manifest, **kwargs)[source]
Create Smooth Streaming Manifest
- Parameters:
smooth_streaming_manifest (SmoothStreamingManifest, required) – The Custom Smooth Streaming Manifest to be created.
- Returns:
Smooth Streaming manifest
- Return type:
- delete(manifest_id, **kwargs)[source]
Delete Smooth Streaming Manifest
- Parameters:
manifest_id (string_types, required) – Id of the Smooth Streaming Manifest.
- Returns:
Id of the manifest
- Return type:
- get(manifest_id, **kwargs)[source]
Smooth Streaming Manifest Details
- Parameters:
manifest_id (string_types, required) – Id of the Smooth Streaming Manifest.
- Returns:
Manifest details
- Return type:
- get_start_request(manifest_id, **kwargs)[source]
Manifest Start Details
- Parameters:
manifest_id (string_types, required) – Id of the manifest
- Returns:
Service specific result
- Return type:
- list(query_params=None, **kwargs)[source]
List Smooth Streaming Manifests
- Parameters:
query_params (SmoothStreamingManifestListQueryParams) – Query parameters
- Returns:
Manifest results
- Return type:
- start(manifest_id, start_manifest_request=None, **kwargs)[source]
Start Smooth Streaming manifest generation
- Parameters:
manifest_id (string_types, required) – Id of the Smooth Streaming Manifest.
start_manifest_request (StartManifestRequest) – Manifest Startup Options
- Returns:
Id of the manifest
- Return type:
- status(manifest_id, **kwargs)[source]
Smooth Streaming manifest generation status
- Parameters:
manifest_id (string_types, required) – Id of the Smooth Streaming Manifest.
- Returns:
Status of manifest generation
- Return type: