int | SampleRate[Get] Sample rate of this frame |
int | SampleRateIndex[Get] The samplerate index (directly from the header) |
int | FrameLength[Get] Frame length in bytes |
int | BitRate[Get] Bit Rate |
Version[Get] MPEG Version | |
Layer[Get] MPEG Layer | |
ChannelMode[Get] Channel Mode | |
int | ChannelModeExtension[Get] The number of samples in this frame |
int | SampleCount[Get] The channel extension bits |
int | BitRateIndex[Get] The bitrate index (directly from the header) |
bool | IsCopyrighted[Get] Whether the Copyright bit is set |
bool | HasCrc[Get] Whether a CRC is present |
bool | IsCorrupted[Get] Whether the CRC check failed (use error concealment strategy) |
int Meta.Audio.NLayer.IMpegFrame.SampleRate |
---|
Sample rate of this frame |
int Meta.Audio.NLayer.IMpegFrame.SampleRateIndex |
---|
The samplerate index (directly from the header) |
int Meta.Audio.NLayer.IMpegFrame.FrameLength |
---|
Frame length in bytes |
int Meta.Audio.NLayer.IMpegFrame.BitRate |
---|
Bit Rate |
MpegVersion Meta.Audio.NLayer.IMpegFrame.Version |
---|
MPEG Version |
MpegLayer Meta.Audio.NLayer.IMpegFrame.Layer |
---|
MPEG Layer |
MpegChannelMode Meta.Audio.NLayer.IMpegFrame.ChannelMode |
---|
Channel Mode |
int Meta.Audio.NLayer.IMpegFrame.ChannelModeExtension |
---|
The number of samples in this frame |
int Meta.Audio.NLayer.IMpegFrame.SampleCount |
---|
The channel extension bits |
int Meta.Audio.NLayer.IMpegFrame.BitRateIndex |
---|
The bitrate index (directly from the header) |
bool Meta.Audio.NLayer.IMpegFrame.IsCopyrighted |
---|
Whether the Copyright bit is set |
bool Meta.Audio.NLayer.IMpegFrame.HasCrc |
---|
Whether a CRC is present |
bool Meta.Audio.NLayer.IMpegFrame.IsCorrupted |
---|
Whether the CRC check failed (use error concealment strategy) |
void Meta.Audio.NLayer.IMpegFrame.Reset ( ) |
---|
Resets the bit reader so frames can be reused |
int Meta.Audio.NLayer.IMpegFrame.ReadBits ( int bitCount ) |
---|
Provides sequential access to the bitstream in the frame (after the header and optional CRC) Parameters bitCount The number of bits to read Returns -1 if the end of the frame has been encountered, otherwise the bits requested |