bitmovin_api_sdk.encoding.statistics.labels package

Subpackages

Submodules

bitmovin_api_sdk.encoding.statistics.labels.labels_api module

class bitmovin_api_sdk.encoding.statistics.labels.labels_api.LabelsApi(**kwargs)[source]

Bases: BaseApi

list(query_params=None, **kwargs)[source]

Get Statistics per Label

Parameters:

query_params (StatisticsPerLabelListQueryParams) – Query parameters

Returns:

List of encoding statistics for this label

Return type:

StatisticsPerLabel

list_by_date_range(from_, to, query_params=None, **kwargs)[source]

Get statistics per label within specific dates

Parameters:
Returns:

List of encoding statistics for this label

Return type:

StatisticsPerLabel

bitmovin_api_sdk.encoding.statistics.labels.statistics_per_label_list_by_date_range_query_params module

class bitmovin_api_sdk.encoding.statistics.labels.statistics_per_label_list_by_date_range_query_params.StatisticsPerLabelListByDateRangeQueryParams(offset=None, limit=None, labels=None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.encoding.statistics.labels.statistics_per_label_list_query_params module

class bitmovin_api_sdk.encoding.statistics.labels.statistics_per_label_list_query_params.StatisticsPerLabelListQueryParams(offset=None, limit=None, labels=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents