bitmovin_api_sdk.encoding.encodings.streams.bifs package
Subpackages
Submodules
bitmovin_api_sdk.encoding.encodings.streams.bifs.bif_list_query_params module
bitmovin_api_sdk.encoding.encodings.streams.bifs.bifs_api module
- class bitmovin_api_sdk.encoding.encodings.streams.bifs.bifs_api.BifsApi(**kwargs)[source]
Bases:
BaseApi
- create(encoding_id: string_types, stream_id: string_types, bif: Bif, **kwargs: dict) Bif [source]
Add a Roku Bif file
- delete(encoding_id: string_types, stream_id: string_types, bif_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete Bif
- Parameters
encoding_id (string_types, required) – Id of the encoding.
stream_id (string_types, required) – Id of the stream.
bif_id (string_types, required) – Id of the Bif.
- Returns
Id of the Bif
- Return type
- get(encoding_id: string_types, stream_id: string_types, bif_id: string_types, **kwargs: dict) Bif [source]
Bif Details
- Parameters
encoding_id (string_types, required) – Id of the encoding.
stream_id (string_types, required) – Id of the stream.
bif_id (string_types, required) – Id of the Bif configuration.
- Returns
Bif details
- Return type
- list(encoding_id: string_types, stream_id: string_types, query_params: BifListQueryParams = None, **kwargs: dict) Bif [source]
List Bifs
- Parameters
encoding_id (string_types, required) – Id of the encoding.
stream_id (string_types, required) – Id of the stream.
query_params (BifListQueryParams) – Query parameters
- Returns
List of Bifs
- Return type