|
Libav
|
Data Fields | |
| AVFrame * | cur_frame |
| last frame delivered on the sink More... | |
| AVAudioFifo * | audio_fifo |
| FIFO for audio samples. More... | |
| int64_t | next_pts |
| interpolating audio pts More... | |
Definition at line 38 of file buffersink.c.
| 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().
| 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().
| 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().
1.8.8