bitmovin_api_sdk.encoding.manifests.hls.streams.iframe package
Submodules
bitmovin_api_sdk.encoding.manifests.hls.streams.iframe.i_frame_playlist_list_query_params module
bitmovin_api_sdk.encoding.manifests.hls.streams.iframe.iframe_api module
- class bitmovin_api_sdk.encoding.manifests.hls.streams.iframe.iframe_api.IframeApi(**kwargs)[source]
Bases:
BaseApi- create(manifest_id, stream_id, i_frame_playlist, **kwargs)[source]
Add I-frame playlist to variant stream
- Parameters:
manifest_id (string_types, required) – Id of the hls manifest.
stream_id (string_types, required) – Id of the variant stream.
i_frame_playlist (IFramePlaylist, required) – The I-frame playlist to be added
- Returns:
Iframe-Playlist details
- Return type:
- delete(manifest_id, stream_id, iframe_id, **kwargs)[source]
Delete I-frame playlist
- Parameters:
manifest_id (string_types, required) – Id of the hls manifest.
stream_id (string_types, required) – Id of the variant stream.
iframe_id (string_types, required) – Id of the Iframe-Playlist.
- Returns:
Id of the custom tag
- Return type:
- get(manifest_id, stream_id, iframe_id, **kwargs)[source]
I-frame playlist Details
- Parameters:
manifest_id (string_types, required) – Id of the hls manifest.
stream_id (string_types, required) – Id of the variant stream.
iframe_id (string_types, required) – Id of the Iframe-Playlist.
- Returns:
Custom tag details
- Return type:
- list(manifest_id, stream_id, query_params=None, **kwargs)[source]
List all I-frame playlists of a variant stream
- Parameters:
manifest_id (string_types, required) – Id of the hls manifest.
stream_id (string_types, required) – Id of the variant stream.
query_params (IFramePlaylistListQueryParams) – Query parameters
- Returns:
Video media
- Return type: