FFmpeg
Data Fields
Box Struct Reference

Data Fields

uint32_t type
 
size_t base_size
 
int(* decode )(const uint8_t *tsmb, MovTextContext *m, const AVPacket *avpkt)
 
void(* encode )(MovTextContext *s)
 

Detailed Description

Definition at line 117 of file movtextdec.c.

Field Documentation

◆ type

uint32_t Box::type

Definition at line 118 of file movtextdec.c.

◆ base_size

size_t Box::base_size

Definition at line 119 of file movtextdec.c.

Referenced by mov_text_decode_frame().

◆ decode

int(* Box::decode) (const uint8_t *tsmb, MovTextContext *m, const AVPacket *avpkt)

Definition at line 120 of file movtextdec.c.

Referenced by mov_text_decode_frame().

◆ encode

void(* Box::encode) (MovTextContext *s)

Definition at line 96 of file movtextenc.c.

Referenced by mov_text_encode_frame().


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