Version[Get] Mpeg version enum | |
Layer[Get] MPEG Layer | |
ChannelMode[Get] Channel Mode | |
int | ChannelModeExtension[Get] The channel extension bits |
int | BitRateIndex[Get] The bitrate index (directly from the header) |
int | BitRate[Get] Bit Rate |
int | SampleRateIndex[Get] The samplerate index (directly from the header) |
int | SampleRate[Get] Sample rate of this frame |
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 | FrameLength[Get] Frame length in bytes |
int | SampleCount[Get] The number of samples in this frame |
static int | |
static string | GetBitString ( int headerData ) |
int | GetSideDataSize ( ) |
MpegVersion Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.Version |
---|
Mpeg version enum |
MpegLayer Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.Layer |
---|
MPEG Layer |
MpegChannelMode Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.ChannelMode |
---|
Channel Mode |
int Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.ChannelModeExtension |
---|
The channel extension bits |
int Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.BitRateIndex |
---|
The bitrate index (directly from the header) |
int Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.BitRate |
---|
Bit Rate |
int Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.SampleRateIndex |
---|
The samplerate index (directly from the header) |
int Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.SampleRate |
---|
Sample rate of this frame |
bool Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.IsCopyrighted |
---|
Whether the copyright bit is set |
bool Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.HasCrc |
---|
Whether a CRC is present |
bool Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.IsCorrupted |
---|
Whether the CRC check failed (use error concealment strategy) |
int Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.FrameLength |
---|
Frame length in bytes |
int Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.SampleCount |
---|
The number of samples in this frame |
void Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.Reset ( ) |
---|
Resets all read data |
float [] Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.Decode ( byte [] chunkData, ref int start, int length ) |
---|
Decodes the frame & returns the number of leftover Parameters chunkData A chunk of bytes received from a web service startThe location to begin decoding chunkData lengthThe total number of bytes to be used within chunkData Returns Returns an array of audio data from 0-1 |
int Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.ReadBits ( int bitCount ) |
---|
No description available.
|
override string Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.ToString ( ) |
---|
No description available.
|
static int Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.BitRShift ( int number, int bits ) |
---|
No description available.
|
static string Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.GetBitString ( int headerData ) |
---|
No description available.
|
int Meta.Voice.Audio.Decoding.AudioDecoderMp3Frame.GetSideDataSize ( ) |
---|
No description available.
|