VLC 4.0.0-dev
Loading...
Searching...
No Matches
subs_format_t Struct Reference

subtitles format description More...

#include <vlc_es.h>

Data Fields

char * psz_encoding
 
int i_x_origin
 x coordinate of the subtitle.
 
int i_y_origin
 y coordinate of the subtitle.
 
struct { 
 
   unsigned   i_original_frame_width 
 
   unsigned   i_original_frame_height 
 
   uint32_t   palette [16] 
 
   bool   b_palette 
 
spu 
 
struct { 
 
   int   i_id 
 
dvb 
 
struct { 
 
   uint8_t   i_magazine 
 
   uint8_t   i_page 
 
teletext 
 
struct { 
 
   uint8_t   i_channel 
 
   int   i_reorder_depth 
 
cc 
 

Detailed Description

subtitles format description

Field Documentation

◆ b_palette

bool subs_format_t::b_palette

◆ [struct]

struct { ... } subs_format_t::cc

◆ [struct]

struct { ... } subs_format_t::dvb

◆ i_channel

uint8_t subs_format_t::i_channel

◆ i_id

int subs_format_t::i_id

◆ i_magazine

uint8_t subs_format_t::i_magazine

◆ i_original_frame_height

unsigned subs_format_t::i_original_frame_height

◆ i_original_frame_width

unsigned subs_format_t::i_original_frame_width

◆ i_page

uint8_t subs_format_t::i_page

◆ i_reorder_depth

int subs_format_t::i_reorder_depth

◆ i_x_origin

int subs_format_t::i_x_origin

x coordinate of the subtitle.

0 = left

◆ i_y_origin

int subs_format_t::i_y_origin

y coordinate of the subtitle.

0 = top

◆ palette

uint32_t subs_format_t::palette[16]

◆ psz_encoding

char* subs_format_t::psz_encoding

◆ [struct]

struct { ... } subs_format_t::spu

◆ [struct]

struct { ... } subs_format_t::teletext

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