# Constants
2 channels: left, side; using inter-channel decorrelation.
2 channels: left, right.
3 channels: left, right, center.
7 channels: left, right, center, LFE, center surround, side left, side right.
6 channels: left, right, center, LFE, left surround, right surround.
8 channels: left, right, center, LFE, left surround, right surround, side left, side right.
5 channels: left, right, center, left surround, right surround.
4 channels: left, right, left surround, right surround.
2 channels: mid, side; using inter-channel decorrelation.
1 channel: mono.
2 channels: side, right; using inter-channel decorrelation.
PredConstant specifies that the subframe contains a constant sound.
PredFIR specifies that the subframe contains linear prediction coded audio samples.
PredFixed specifies that the subframe contains linear prediction coded audio samples.
PredVerbatim specifies that the subframe contains unencoded audio samples.
# Variables
Errors returned by Frame.parseHeader.
# Structs
A Frame contains the header and subframes of an audio frame.
A Header contains the basic properties of an audio frame, such as its sample rate and channel count.
A Subframe contains the encoded audio samples from one channel of an audio block (a part of the audio stream).
A SubHeader specifies the prediction method and order of a subframe.