FFmpeg
|
Data Fields | |
WMAProDecodeCtx | xma [XMA_MAX_STREAMS] |
AVFrame * | frames [XMA_MAX_STREAMS] |
int | current_stream |
int | num_streams |
float | samples [XMA_MAX_CHANNELS][512 *64] |
int | offset [XMA_MAX_STREAMS] |
int | start_channel [XMA_MAX_STREAMS] |
Definition at line 243 of file wmaprodec.c.
WMAProDecodeCtx XMADecodeCtx::xma[XMA_MAX_STREAMS] |
Definition at line 244 of file wmaprodec.c.
AVFrame* XMADecodeCtx::frames[XMA_MAX_STREAMS] |
Definition at line 245 of file wmaprodec.c.
int XMADecodeCtx::current_stream |
Definition at line 246 of file wmaprodec.c.
int XMADecodeCtx::num_streams |
Definition at line 247 of file wmaprodec.c.
float XMADecodeCtx::samples[XMA_MAX_CHANNELS][512 *64] |
Definition at line 248 of file wmaprodec.c.
int XMADecodeCtx::offset[XMA_MAX_STREAMS] |
Definition at line 249 of file wmaprodec.c.
int XMADecodeCtx::start_channel[XMA_MAX_STREAMS] |
Definition at line 250 of file wmaprodec.c.