#include <ambeworker.h>
|
static MsgMbeDecode * | create (const unsigned char *mbeFrame, int mbeRateIndex, int volumeIndex, unsigned char channels, bool useHP, int upsampling, AudioFifo *audioFifo) |
|
static bool | match (const Message *message) |
|
|
| MsgMbeDecode (const unsigned char *mbeFrame, SerialDV::DVRate mbeRate, int volumeIndex, unsigned char channels, bool useHP, int upsampling, AudioFifo *audioFifo) |
|
Definition at line 49 of file ambeworker.h.
◆ MsgMbeDecode()
AMBEWorker::MsgMbeDecode::MsgMbeDecode |
( |
const unsigned char * |
mbeFrame, |
|
|
SerialDV::DVRate |
mbeRate, |
|
|
int |
volumeIndex, |
|
|
unsigned char |
channels, |
|
|
bool |
useHP, |
|
|
int |
upsampling, |
|
|
AudioFifo * |
audioFifo |
|
) |
| |
|
inlineprivate |
Definition at line 82 of file ambeworker.h.
97 memcpy((
void *)
m_mbeFrame, (
const void *) mbeFrame, SerialDV::DVController::getNbMbeBytes(
m_mbeRate));
unsigned char m_mbeFrame[SerialDV::MBE_FRAME_MAX_LENGTH_BYTES]
SerialDV::DVRate m_mbeRate
◆ create()
static MsgMbeDecode* AMBEWorker::MsgMbeDecode::create |
( |
const unsigned char * |
mbeFrame, |
|
|
int |
mbeRateIndex, |
|
|
int |
volumeIndex, |
|
|
unsigned char |
channels, |
|
|
bool |
useHP, |
|
|
int |
upsampling, |
|
|
AudioFifo * |
audioFifo |
|
) |
| |
|
inlinestatic |
Definition at line 61 of file ambeworker.h.
Referenced by AMBEWorker::pushMbeFrame().
70 return new MsgMbeDecode(mbeFrame, (SerialDV::DVRate) mbeRateIndex, volumeIndex, channels, useHP, upsampling, audioFifo);
MsgMbeDecode(const unsigned char *mbeFrame, SerialDV::DVRate mbeRate, int volumeIndex, unsigned char channels, bool useHP, int upsampling, AudioFifo *audioFifo)
◆ getAudioFifo()
AudioFifo* AMBEWorker::MsgMbeDecode::getAudioFifo |
( |
| ) |
|
|
inline |
◆ getChannels()
unsigned char AMBEWorker::MsgMbeDecode::getChannels |
( |
| ) |
const |
|
inline |
◆ getMbeFrame()
const unsigned char* AMBEWorker::MsgMbeDecode::getMbeFrame |
( |
| ) |
const |
|
inline |
◆ getMbeRate()
SerialDV::DVRate AMBEWorker::MsgMbeDecode::getMbeRate |
( |
| ) |
const |
|
inline |
◆ getUpsampling()
int AMBEWorker::MsgMbeDecode::getUpsampling |
( |
| ) |
const |
|
inline |
◆ getUseHP()
bool AMBEWorker::MsgMbeDecode::getUseHP |
( |
| ) |
const |
|
inline |
◆ getVolumeIndex()
int AMBEWorker::MsgMbeDecode::getVolumeIndex |
( |
| ) |
const |
|
inline |
◆ m_audioFifo
AudioFifo* AMBEWorker::MsgMbeDecode::m_audioFifo |
|
private |
◆ m_channels
unsigned char AMBEWorker::MsgMbeDecode::m_channels |
|
private |
◆ m_mbeFrame
unsigned char AMBEWorker::MsgMbeDecode::m_mbeFrame[SerialDV::MBE_FRAME_MAX_LENGTH_BYTES] |
|
private |
◆ m_mbeRate
SerialDV::DVRate AMBEWorker::MsgMbeDecode::m_mbeRate |
|
private |
◆ m_upsampling
int AMBEWorker::MsgMbeDecode::m_upsampling |
|
private |
◆ m_useHP
bool AMBEWorker::MsgMbeDecode::m_useHP |
|
private |
◆ m_volumeIndex
int AMBEWorker::MsgMbeDecode::m_volumeIndex |
|
private |
The documentation for this class was generated from the following file: