FFmpeg  4.1.11
Data Fields
TtyDemuxContext Struct Reference

Data Fields

AVClassclass
 
int chars_per_frame
 
uint64_t fsize
 file size less metadata buffer More...
 
int width
 
int height
 Set by a private option. More...
 
AVRational framerate
 Set by a private option. More...
 

Detailed Description

Definition at line 44 of file tty.c.

Field Documentation

◆ class

AVClass* TtyDemuxContext::class

Definition at line 45 of file tty.c.

◆ chars_per_frame

int TtyDemuxContext::chars_per_frame

Definition at line 46 of file tty.c.

Referenced by read_header(), and read_packet().

◆ fsize

uint64_t TtyDemuxContext::fsize

file size less metadata buffer

Definition at line 47 of file tty.c.

Referenced by efi_read(), read_header(), and read_packet().

◆ width

int TtyDemuxContext::width

Definition at line 48 of file tty.c.

Referenced by read_header().

◆ height

int TtyDemuxContext::height

Set by a private option.

Definition at line 48 of file tty.c.

Referenced by read_header().

◆ framerate

AVRational TtyDemuxContext::framerate

Set by a private option.

Definition at line 49 of file tty.c.

Referenced by read_header().


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