FFmpeg
Data Fields
SchDemux Struct Reference

Data Fields

const AVClassclass
 
SchDemuxStreamstreams
 
unsigned nb_streams
 
SchTask task
 
SchWaiter waiter
 
AVPacketsend_pkt
 
int task_exited
 

Detailed Description

Definition at line 156 of file ffmpeg_sched.c.

Field Documentation

◆ class

const AVClass* SchDemux::class

Definition at line 157 of file ffmpeg_sched.c.

Referenced by sch_add_demux().

◆ streams

SchDemuxStream* SchDemux::streams

◆ nb_streams

unsigned SchDemux::nb_streams

◆ task

SchTask SchDemux::task

Definition at line 162 of file ffmpeg_sched.c.

Referenced by sch_add_demux(), sch_start(), and sch_stop().

◆ waiter

SchWaiter SchDemux::waiter

◆ send_pkt

AVPacket* SchDemux::send_pkt

Definition at line 166 of file ffmpeg_sched.c.

Referenced by demux_send_for_stream(), sch_add_demux(), and sch_free().

◆ task_exited

int SchDemux::task_exited

Definition at line 169 of file ffmpeg_sched.c.

Referenced by demux_done(), and schedule_update_locked().


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