FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
TtyDemuxContext Struct Reference

Data Fields

AVClassclass
 
int chars_per_frame
 
uint64_t fsize
 file size less metadata buffer
 
char * video_size
 A string describing video size, set by a private option.
 
char * framerate
 Set by a private option.
 

Detailed Description

Definition at line 37 of file tty.c.

Field Documentation

AVClass* TtyDemuxContext::class

Definition at line 38 of file tty.c.

int TtyDemuxContext::chars_per_frame

Definition at line 39 of file tty.c.

Referenced by read_header(), and read_packet().

uint64_t TtyDemuxContext::fsize

file size less metadata buffer

Definition at line 40 of file tty.c.

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

char* TtyDemuxContext::video_size

A string describing video size, set by a private option.

Definition at line 41 of file tty.c.

Referenced by read_header().

char* TtyDemuxContext::framerate

Set by a private option.

Definition at line 42 of file tty.c.

Referenced by read_header().


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