FFmpeg
Data Fields
XMADecodeCtx Struct Reference

Data Fields

WMAProDecodeCtx xma [XMA_MAX_STREAMS]
 
AVFrameframes [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]
 

Detailed Description

Definition at line 243 of file wmaprodec.c.

Field Documentation

◆ xma

WMAProDecodeCtx XMADecodeCtx::xma[XMA_MAX_STREAMS]

Definition at line 244 of file wmaprodec.c.

◆ frames

AVFrame* XMADecodeCtx::frames[XMA_MAX_STREAMS]

Definition at line 245 of file wmaprodec.c.

◆ current_stream

int XMADecodeCtx::current_stream

Definition at line 246 of file wmaprodec.c.

◆ num_streams

int XMADecodeCtx::num_streams

Definition at line 247 of file wmaprodec.c.

◆ samples

float XMADecodeCtx::samples[XMA_MAX_CHANNELS][512 *64]

Definition at line 248 of file wmaprodec.c.

◆ offset

int XMADecodeCtx::offset[XMA_MAX_STREAMS]

Definition at line 249 of file wmaprodec.c.

◆ start_channel

int XMADecodeCtx::start_channel[XMA_MAX_STREAMS]

Definition at line 250 of file wmaprodec.c.


The documentation for this struct was generated from the following file: