audio_format property

audio_format property

Gets the audio format. PCM = 1 (i.e. Linear quantization). Values other than 1 indicate some form of compression.

Definition:

@property
def audio_format(self):
    ...

See Also