API Documentation
|
Class which can be used to write a subtitle in real time to a file, which can be played back alongside a video being recorded concurrently. More...
#include <SubtitleFile.h>
Public Member Functions | |
void | addSubtitle (const String &text) |
void | finish (File file) |
void | setCurrentTime (TimeSpan span) |
SubtitleFileWriter (const File &file) | |
void | writeText () |
Protected Attributes | |
TimeSpan | m_current_time |
File | m_file |
TimeSpan | m_last_subtitle_start |
String | m_last_text |
uint04 | m_text_index = 0 |
Class which can be used to write a subtitle in real time to a file, which can be played back alongside a video being recorded concurrently.
SubtitleFileWriter | ( | const File & | file | ) |
void addSubtitle | ( | const String & | text | ) |
void finish | ( | File | file | ) |
void setCurrentTime | ( | TimeSpan | span | ) |
void writeText | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |