FFmpeg
Public Types | Data Fields
AnsiContext Struct Reference

Public Types

enum  { STATE_NORMAL = 0, STATE_ESCAPE, STATE_CODE, STATE_MUSIC_PREAMBLE }
 

Data Fields

AVFrameframe
 
int x
 x cursor position (pixels) More...
 
int y
 y cursor position (pixels) More...
 
int sx
 saved x cursor position (pixels) More...
 
int sy
 saved y cursor position (pixels) More...
 
const uint8_t * font
 font More...
 
int font_height
 font height More...
 
int attributes
 attribute flags More...
 
int fg
 foreground color More...
 
int bg
 background color More...
 
int first_frame
 
enum AnsiContext:: { ... }  state
 
int args [MAX_NB_ARGS]
 
int nb_args
 number of arguments (may exceed MAX_NB_ARGS) More...
 

Detailed Description

Definition at line 54 of file ansi.c.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
STATE_NORMAL 
STATE_ESCAPE 
STATE_CODE 
STATE_MUSIC_PREAMBLE 

Definition at line 68 of file ansi.c.

Field Documentation

◆ frame

AVFrame* AnsiContext::frame

Definition at line 55 of file ansi.c.

◆ x

int AnsiContext::x

x cursor position (pixels)

Definition at line 56 of file ansi.c.

◆ y

int AnsiContext::y

y cursor position (pixels)

Definition at line 57 of file ansi.c.

◆ sx

int AnsiContext::sx

saved x cursor position (pixels)

Definition at line 58 of file ansi.c.

◆ sy

int AnsiContext::sy

saved y cursor position (pixels)

Definition at line 59 of file ansi.c.

◆ font

const uint8_t* AnsiContext::font

font

Definition at line 60 of file ansi.c.

◆ font_height

int AnsiContext::font_height

font height

Definition at line 61 of file ansi.c.

◆ attributes

int AnsiContext::attributes

attribute flags

Definition at line 62 of file ansi.c.

◆ fg

int AnsiContext::fg

foreground color

Definition at line 63 of file ansi.c.

◆ bg

int AnsiContext::bg

background color

Definition at line 64 of file ansi.c.

◆ first_frame

int AnsiContext::first_frame

Definition at line 65 of file ansi.c.

◆ state

enum { ... } AnsiContext::state

◆ args

int AnsiContext::args[MAX_NB_ARGS]

Definition at line 75 of file ansi.c.

◆ nb_args

int AnsiContext::nb_args

number of arguments (may exceed MAX_NB_ARGS)

Definition at line 76 of file ansi.c.


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