Gets the average audio bitrate in kbps.
Gets the channel mode of the first audio frame.
Gets the number of audio channels.
Gets whether the stream is an ADTS (AAC) stream.
Gets whether the audio is flagged as copyrighted.
Gets whether the audio is flagged as an original recording.
Gets the MPEG layer number (1, 2, or 3); 0 for ADTS streams.
Gets the duration of the audio stream in milliseconds.
Duration rounded to the nearest second.
Gets whether CRC protection is enabled.
Gets the audio sample rate in Hz.
Gets the MPEG version of the first audio frame.
StaticcreateCreates an MpegProperties instance by reading the audio stream from file.
A fully populated MpegProperties instance.
Audio properties for MPEG (MP3) and ADTS (AAC) streams.
Reads frame headers to determine duration, bitrate, sample rate and channel layout. Handles both CBR and VBR (Xing / VBRI) streams.