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
17 std::string text;
18 std::string href;
19 uint32_t start_ms = 0;
20};
uint32_t start_ms
Absolute start time in ms.
Definition chapter_text_sample.hpp:19
std::string text
UTF-8 text.
Definition chapter_text_sample.hpp:17
std::string href
Optional hyperlink URL (tx3g modifier)
Definition chapter_text_sample.hpp:18
Definition chapter_text_sample.hpp:16