spdl.io.AudioCodec¶
- class AudioCodec¶
Codec metadata
Attributes
The channel layout of the audio
The name of the codec
The number of channels in the audio stream
The sample format of the audio.
The sample rate of the audio stream
The internal unit of time used for timestamp.
- property channel_layout¶
The channel layout of the audio
- property name¶
The name of the codec
- property num_channels¶
The number of channels in the audio stream
- property sample_fmt¶
The sample format of the audio.
- property sample_rate¶
The sample rate of the audio stream
- property time_base¶
The internal unit of time used for timestamp.
The value is expressed as a fraction.
(numerator, denominator).