API reference
API reference
Select your platform
No SDKs available
No versions available

AudioDecoderMp3Frame Class

Extends IMpegFrame
An audio decoder for raw MPEG audio data

Properties

Mpeg version enum
MPEG Layer
Channel Mode
The channel extension bits
The bitrate index (directly from the header)
Bit Rate
The samplerate index (directly from the header)
Sample rate of this frame
Whether the copyright bit is set
Whether a CRC is present
Whether the CRC check failed (use error concealment strategy)
Frame length in bytes
The number of samples in this frame

Member Functions

Resets all read data
Decodes the frame & returns the number of leftover
Parameters
chunkData
A chunk of bytes received from a web service
start
The location to begin decoding chunkData
length
The total number of bytes to be used within chunkData
Returns
Returns an array of audio data from 0-1
int ReadBits
( int bitCount )
override string ToString ( )

Object Data for package-static-func

static int BitRShift
( int number,
int bits )
static string GetBitString
( int headerData )

Object Data for package-func

int GetSideDataSize ( )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon