bitmovin_api_sdk.encoding.encodings.input_streams.ingest package
Submodules
bitmovin_api_sdk.encoding.encodings.input_streams.ingest.ingest_api module
- class bitmovin_api_sdk.encoding.encodings.input_streams.ingest.ingest_api.IngestApi(**kwargs)[source]
Bases:
BaseApi
- create(encoding_id: string_types, ingest_input_stream: IngestInputStream, **kwargs: dict) IngestInputStream [source]
Add Ingest Input Stream
- Parameters
encoding_id (string_types, required) – Id of the encoding.
ingest_input_stream (IngestInputStream, required) – The Ingest Input Stream to be created
- Returns
Ingest Input Stream
- Return type
- delete(encoding_id: string_types, input_stream_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete Ingest Input Stream
- Parameters
encoding_id (string_types, required) – Id of the encoding.
input_stream_id (string_types, required) – Id of the ingest input stream.
- Returns
Id of the ingest input stream
- Return type
- get(encoding_id: string_types, input_stream_id: string_types, **kwargs: dict) IngestInputStream [source]
Ingest Input Stream Details
- Parameters
encoding_id (string_types, required) – Id of the encoding.
input_stream_id (string_types, required) – Id of the ingest input stream.
- Returns
Stream
- Return type
- list(encoding_id: string_types, query_params: IngestInputStreamListQueryParams = None, **kwargs: dict) IngestInputStream [source]
List Ingest Input Streams
- Parameters
encoding_id (string_types, required) – Id of the encoding.
query_params (IngestInputStreamListQueryParams) – Query parameters
- Returns
List of ingest input streams
- Return type