ChapterForge
Loading...
Searching...
No Matches
chapter_text_sample.hpp
Go to the documentation of this file.
1
//
2
// chapter_text_sample.hpp
3
// ChapterForge
4
//
5
// Created by Till Toenshoff on 12/9/25.
6
// Copyright © 2025 Till Toenshoff. All rights reserved.
7
//
8
9
#pragma once
10
11
#include <cstdint>
12
#include <string>
13
16
struct
ChapterTextSample
{
17
std::string
text
;
18
std::string
href
;
19
uint32_t
start_ms
= 0;
20
};
ChapterTextSample::start_ms
uint32_t start_ms
Absolute start time in ms.
Definition
chapter_text_sample.hpp:19
ChapterTextSample::text
std::string text
UTF-8 text.
Definition
chapter_text_sample.hpp:17
ChapterTextSample::href
std::string href
Optional hyperlink URL (tx3g modifier)
Definition
chapter_text_sample.hpp:18
ChapterTextSample
Definition
chapter_text_sample.hpp:16
include
chapter_text_sample.hpp
Generated by
1.9.8