MythTV  master
Public Member Functions | Public Attributes | List of all members
text_subtitle_t Class Reference

TextSubtitles Copyright (c) 2006 by Pekka Jääskeläinen Distributed as part of MythTV under GPL v2 and later. More...

#include <textsubtitleparser.h>

Public Member Functions

 text_subtitle_t (long start_, long end_)
 
 text_subtitle_t ()=default
 
 text_subtitle_t (const text_subtitle_t &)=default
 
text_subtitle_toperator= (const text_subtitle_t &)=default
 

Public Attributes

uint64_t m_start {0}
 Starting time in msec or starting frame. More...
 
uint64_t m_end {0}
 Ending time in msec or ending frame. More...
 
QStringList m_textLines
 

Detailed Description

TextSubtitles Copyright (c) 2006 by Pekka Jääskeläinen Distributed as part of MythTV under GPL v2 and later.

Definition at line 25 of file textsubtitleparser.h.

Constructor & Destructor Documentation

◆ text_subtitle_t() [1/3]

text_subtitle_t::text_subtitle_t ( long  start_,
long  end_ 
)
inline

Definition at line 28 of file textsubtitleparser.h.

◆ text_subtitle_t() [2/3]

text_subtitle_t::text_subtitle_t ( )
default

◆ text_subtitle_t() [3/3]

text_subtitle_t::text_subtitle_t ( const text_subtitle_t )
default

Member Function Documentation

◆ operator=()

text_subtitle_t& text_subtitle_t::operator= ( const text_subtitle_t )
default

Member Data Documentation

◆ m_start

uint64_t text_subtitle_t::m_start {0}

Starting time in msec or starting frame.

Definition at line 34 of file textsubtitleparser.h.

◆ m_end

uint64_t text_subtitle_t::m_end {0}

Ending time in msec or ending frame.

Definition at line 35 of file textsubtitleparser.h.

◆ m_textLines

QStringList text_subtitle_t::m_textLines

Definition at line 36 of file textsubtitleparser.h.


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