ChapterForge
Loading...
Searching...
No Matches
stbl_text_builder.hpp
Go to the documentation of this file.
1
//
2
// stbl_text_builder.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
#include <memory>
11
#include <string>
12
#include <vector>
13
14
#include "
chapter_text_sample.hpp
"
15
#include "
mp4_atoms.hpp
"
16
17
std::unique_ptr<Atom>
build_text_stbl
(
const
std::vector<ChapterTextSample> &samples,
18
uint32_t track_timescale,
19
const
std::vector<uint32_t> &chunk_plan,
20
uint32_t total_ms = 0);
chapter_text_sample.hpp
mp4_atoms.hpp
build_text_stbl
std::unique_ptr< Atom > build_text_stbl(const std::vector< ChapterTextSample > &samples, uint32_t track_timescale, const std::vector< uint32_t > &chunk_plan, uint32_t total_ms=0)
include
stbl_text_builder.hpp
Generated by
1.9.8