mpeg_audio_package property

mpeg_audio_package property

Gets the MPEG audio metadata package.

Example

This example demonstrates how to read MPEG audio metadata from an MP3 file.

Definition:

@property
def mpeg_audio_package(self):
    ...

See Also