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 161 of file ffmpeg_sched.c.

Field Documentation

◆ class

const AVClass* SchDemux::class

Definition at line 162 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 167 of file ffmpeg_sched.c.

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

◆ waiter

SchWaiter SchDemux::waiter

Definition at line 168 of file ffmpeg_sched.c.

Referenced by sch_add_demux(), sch_demux_send(), sch_free(), sch_stop(), and unchoke_for_stream().

◆ send_pkt

AVPacket* SchDemux::send_pkt

Definition at line 171 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 174 of file ffmpeg_sched.c.

Referenced by demux_done().


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