Container for unsigned eight-bit raw audio data.
More...
#include <miprawaudiomessage.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
MIPRawU8AudioMessage::MIPRawU8AudioMessage |
( |
int |
sampRate, |
|
|
int |
numChannels, |
|
|
int |
numFrames, |
|
|
uint8_t * |
pFrames, |
|
|
bool |
deleteFrames |
|
) |
| [inline] |
Creates a MIPRawU8AudioMessage instance.
- Parameters:
-
sampRate | Sampling rate. |
numChannels | Number of channels. |
numFrames | Number of frames. |
pFrames | The audio data. |
deleteFrames | Flag indicating if the data contained in pFrames should be deleted when this message is destroyed or when the data is replaced. |
Member Function Documentation
MIPMediaMessage* MIPRawU8AudioMessage::createCopy |
( |
| ) |
const [inline, virtual] |
uint8_t* MIPRawU8AudioMessage::getFrames |
( |
| ) |
const [inline] |
void MIPRawU8AudioMessage::setFrames |
( |
uint8_t * |
pFrames, |
|
|
bool |
deleteFrames |
|
) |
| [inline] |
Stores audio data.
- Parameters:
-
pFrames | The audio data. |
deleteFrames | Flag indicating if the data contained in pFrames should be deleted when this message is destroyed or when the data is replaced. |
The documentation for this class was generated from the following file: