Class AudioFormat (1.0.1)

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

Properties of the audio format.

Attributes

NameDescription
codec str
Audio codec used in this audio stream.
channel_count int
The number of audio channels.
channel_layout Sequence[str]
A list of channel names specifying the layout of the audio channels.

Inheritance

builtins.object > proto.message.Message > AudioFormat