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

IMpegFrame Interface

Defines a standard way of representing a MPEG frame to the decoder

Properties

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

Member Functions

Resets the bit reader so frames can be reused
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
Did you find this page helpful?
Thumbs up icon
Thumbs down icon