FFmpeg
Data Fields
Demuxer Struct Reference

Data Fields

InputFile f
 
int loop
 
int64_t duration
 
AVRational time_base
 
int nb_streams_warn
 
AVThreadMessageQueuein_thread_queue
 
int thread_queue_size
 
pthread_t thread
 
int non_blocking
 

Detailed Description

Definition at line 55 of file ffmpeg_demux.c.

Field Documentation

◆ f

InputFile Demuxer::f

Definition at line 56 of file ffmpeg_demux.c.

◆ loop

int Demuxer::loop

Definition at line 59 of file ffmpeg_demux.c.

◆ duration

int64_t Demuxer::duration

Definition at line 62 of file ffmpeg_demux.c.

◆ time_base

AVRational Demuxer::time_base

Definition at line 64 of file ffmpeg_demux.c.

◆ nb_streams_warn

int Demuxer::nb_streams_warn

Definition at line 67 of file ffmpeg_demux.c.

◆ in_thread_queue

AVThreadMessageQueue* Demuxer::in_thread_queue

Definition at line 69 of file ffmpeg_demux.c.

◆ thread_queue_size

int Demuxer::thread_queue_size

Definition at line 70 of file ffmpeg_demux.c.

◆ thread

pthread_t Demuxer::thread

Definition at line 71 of file ffmpeg_demux.c.

◆ non_blocking

int Demuxer::non_blocking

Definition at line 72 of file ffmpeg_demux.c.


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