Class RenditionFilter (0.2.0)

RenditionFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Filters for a video or muxed redition.

Attributes

NameDescription
bitrate_bps int
Bitrate in bits per second for the rendition. If set, only renditions with the exact bitrate will match.
codecs str
Codecs for the rendition. If set, only renditions with the exact value will match.

Inheritance

builtins.object > proto.message.Message > RenditionFilter