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, query_params=None, **kwargs)[source]

List Stream Infos of Live Statistics from an Encoding

Parameters:
Returns:

List of statistics

Return type:

SrtStatistics

list_by_srt_input_id(encoding_id, srt_input_id, query_params=None, **kwargs)[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:

SrtStatistics

bitmovin_api_sdk.encoding.statistics.encodings.live_statistics.srt.srt_statistics_list_by_srt_input_id_query_params module

class bitmovin_api_sdk.encoding.statistics.encodings.live_statistics.srt.srt_statistics_list_by_srt_input_id_query_params.SrtStatisticsListBySrtInputIdQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.encoding.statistics.encodings.live_statistics.srt.srt_statistics_list_query_params module

class bitmovin_api_sdk.encoding.statistics.encodings.live_statistics.srt.srt_statistics_list_query_params.SrtStatisticsListQueryParams(offset=None, limit=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents