Libav
Data Fields
BufferSinkContext Struct Reference

Data Fields

AVFramecur_frame
 last frame delivered on the sink More...
 
AVAudioFifoaudio_fifo
 FIFO for audio samples. More...
 
int64_t next_pts
 interpolating audio pts More...
 

Detailed Description

Definition at line 38 of file buffersink.c.

Field Documentation

§ cur_frame

AVFrame* BufferSinkContext::cur_frame

last frame delivered on the sink

Definition at line 39 of file buffersink.c.

Referenced by av_buffersink_get_frame(), av_buffersink_get_samples(), and filter_frame().

§ audio_fifo

AVAudioFifo* BufferSinkContext::audio_fifo

FIFO for audio samples.

Definition at line 40 of file buffersink.c.

Referenced by av_buffersink_get_samples(), read_from_fifo(), and uninit().

§ next_pts

int64_t BufferSinkContext::next_pts

interpolating audio pts

Definition at line 41 of file buffersink.c.

Referenced by av_buffersink_get_samples(), and read_from_fifo().


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