bitmovin_api_sdk.encoding.statistics.encodings.live_statistics.srt package
Submodules
bitmovin_api_sdk.encoding.statistics.encodings.live_statistics.srt.srt_api module
- class bitmovin_api_sdk.encoding.statistics.encodings.live_statistics.srt.srt_api.SrtApi(**kwargs)[source]
Bases:
BaseApi
- list(encoding_id: string_types, query_params: SrtStatisticsListQueryParams = None, **kwargs: dict) SrtStatistics [source]
List Stream Infos of Live Statistics from an Encoding
- Parameters
encoding_id (string_types, required) – Id of the encoding.
query_params (SrtStatisticsListQueryParams) – Query parameters
- Returns
List of statistics
- Return type
- list_by_srt_input_id(encoding_id: string_types, srt_input_id: string_types, query_params: SrtStatisticsListBySrtInputIdQueryParams = None, **kwargs: dict) SrtStatistics [source]
List Statistics For SRT Live Stream Input
- Parameters
encoding_id (string_types, required) – Id of the encoding.
srt_input_id (string_types, required) – Id of the SRT input.
query_params (SrtStatisticsListBySrtInputIdQueryParams) – Query parameters
- Returns
List of statistics
- Return type