bitmovin_api_sdk.encoding.encodings.streams.bifs package

Subpackages

Submodules

bitmovin_api_sdk.encoding.encodings.streams.bifs.bif_list_query_params module

class bitmovin_api_sdk.encoding.encodings.streams.bifs.bif_list_query_params.BifListQueryParams(offset: Optional[int] = None, limit: Optional[int] = None)[source]

Bases: object

property attribute_map
property openapi_types

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

Parameters
  • encoding_id (string_types, required) – Id of the encoding.

  • stream_id (string_types, required) – Id of the stream.

  • bif (Bif, required) – The Roku Bif file to be added

Returns

Bif details

Return type

Bif

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

BitmovinResponse

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

Bif

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

Bif

Module contents