AudioInfo

Information about the audio this struct is tightly packed (no padding)

Members

Variables

bitrate
size_t bitrate;

Bitrate of the audio stream

channels
ubyte channels;

The amount of channels

pcmLength
size_t pcmLength;

Length of stream in samples

rawLength
size_t rawLength;

Length of stream in bytes

type
AudioType type;

The type of audio format used.

version_
ubyte version_;

Version of audio format

Meta