spdl.io.AudioCodec

class AudioCodec

Codec metadata

Attributes

channel_layout

The channel layout of the audio

name

The name of the codec

num_channels

The number of channels in the audio stream

sample_fmt

The sample format of the audio.

sample_rate

The sample rate of the audio stream

time_base

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).