FFmpeg
Data Fields
XMADecodeCtx Struct Reference

Data Fields

WMAProDecodeCtx xma [XMA_MAX_STREAMS]
 
AVFrameframes [XMA_MAX_STREAMS]
 
int current_stream
 
int num_streams
 
AVAudioFifosamples [2][XMA_MAX_STREAMS]
 
int start_channel [XMA_MAX_STREAMS]
 
int trim_start
 
int trim_end
 
int flushed
 

Detailed Description

Definition at line 252 of file wmaprodec.c.

Field Documentation

◆ xma

WMAProDecodeCtx XMADecodeCtx::xma[XMA_MAX_STREAMS]

Definition at line 253 of file wmaprodec.c.

◆ frames

AVFrame* XMADecodeCtx::frames[XMA_MAX_STREAMS]

Definition at line 254 of file wmaprodec.c.

◆ current_stream

int XMADecodeCtx::current_stream

Definition at line 255 of file wmaprodec.c.

◆ num_streams

int XMADecodeCtx::num_streams

Definition at line 256 of file wmaprodec.c.

◆ samples

AVAudioFifo* XMADecodeCtx::samples[2][XMA_MAX_STREAMS]

Definition at line 257 of file wmaprodec.c.

◆ start_channel

int XMADecodeCtx::start_channel[XMA_MAX_STREAMS]

Definition at line 258 of file wmaprodec.c.

◆ trim_start

int XMADecodeCtx::trim_start

Definition at line 259 of file wmaprodec.c.

◆ trim_end

int XMADecodeCtx::trim_end

Definition at line 259 of file wmaprodec.c.

◆ flushed

int XMADecodeCtx::flushed

Definition at line 260 of file wmaprodec.c.


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