FFmpeg
Data Fields
BinDemuxContext Struct Reference

Data Fields

const AVClassclass
 
int chars_per_frame
 characters to send decoder per frame; set by private options as characters per second, and then converted to characters per frame at runtime More...
 
int width
 
int height
 video size (WxH pixels) (private option) More...
 
AVRational framerate
 frames per second (private option) More...
 
uint64_t fsize
 file size less metadata buffer More...
 

Detailed Description

Definition at line 44 of file bintext.c.

Field Documentation

◆ class

const AVClass* BinDemuxContext::class

Definition at line 45 of file bintext.c.

◆ chars_per_frame

int BinDemuxContext::chars_per_frame

characters to send decoder per frame; set by private options as characters per second, and then converted to characters per frame at runtime

Definition at line 46 of file bintext.c.

Referenced by init_stream(), and read_packet().

◆ width

int BinDemuxContext::width

Definition at line 49 of file bintext.c.

Referenced by init_stream().

◆ height

int BinDemuxContext::height

video size (WxH pixels) (private option)

Definition at line 49 of file bintext.c.

◆ framerate

AVRational BinDemuxContext::framerate

frames per second (private option)

Definition at line 50 of file bintext.c.

Referenced by init_stream().

◆ fsize

uint64_t BinDemuxContext::fsize

file size less metadata buffer

Definition at line 51 of file bintext.c.

Referenced by read_packet().


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