FFmpeg
4.2.2
|
Data Fields | |
const AVClass * | class |
AVAudioFifo * | fifo |
AVAudioFifo * | left |
AVFrame ** | frames |
int | nb_frames |
int | current_frame |
int64_t | start_pts |
int64_t | duration |
int64_t | current_sample |
int64_t | nb_samples |
int64_t | ignored_samples |
int | loop |
int | eof |
int64_t | size |
int64_t | start |
int64_t | pts |
AVAudioFifo* LoopContext::fifo |
Definition at line 36 of file f_loop.c.
Referenced by check_size().
AVAudioFifo* LoopContext::left |
Definition at line 37 of file f_loop.c.
Referenced by check_size().
AVFrame** LoopContext::frames |
Definition at line 38 of file f_loop.c.
Referenced by check_size().
int LoopContext::nb_frames |
Definition at line 39 of file f_loop.c.
Referenced by check_size().
int LoopContext::current_frame |
Definition at line 40 of file f_loop.c.
Referenced by check_size().
int64_t LoopContext::start_pts |
Definition at line 41 of file f_loop.c.
Referenced by check_size().
int64_t LoopContext::duration |
Definition at line 42 of file f_loop.c.
Referenced by check_size().
int64_t LoopContext::current_sample |
Definition at line 43 of file f_loop.c.
Referenced by check_size().
int64_t LoopContext::nb_samples |
Definition at line 44 of file f_loop.c.
Referenced by check_size().
int64_t LoopContext::ignored_samples |
Definition at line 45 of file f_loop.c.
Referenced by check_size().
int LoopContext::loop |
Definition at line 47 of file f_loop.c.
Referenced by check_size().
int LoopContext::eof |
Definition at line 48 of file f_loop.c.
Referenced by check_size().
int64_t LoopContext::size |
Definition at line 49 of file f_loop.c.
Referenced by check_size().
int64_t LoopContext::start |
Definition at line 50 of file f_loop.c.
Referenced by check_size().
int64_t LoopContext::pts |
Definition at line 51 of file f_loop.c.
Referenced by check_size().