MythTV  master
Public Attributes | List of all members
subtitle_t Struct Reference

#include <xine_demux_sputext.h>

Public Attributes

int64_t start
 Starting time in msec or starting frame. More...
 
int64_t end
 Ending time in msec or starting frame. More...
 
std::vector< std::string > text
 The subtitle text lines. More...
 

Detailed Description

Definition at line 29 of file xine_demux_sputext.h.

Member Data Documentation

◆ start

int64_t subtitle_t::start

Starting time in msec or starting frame.

Definition at line 31 of file xine_demux_sputext.h.

Referenced by sub_read_file().

◆ end

int64_t subtitle_t::end

Ending time in msec or starting frame.

Definition at line 32 of file xine_demux_sputext.h.

◆ text

std::vector<std::string> subtitle_t::text

The subtitle text lines.

Definition at line 34 of file xine_demux_sputext.h.


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