ChapterForge
Loading...
Searching...
No Matches
chapter_image_sample.hpp
Go to the documentation of this file.
1//
2// chapter_image_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 <vector>
13
17 std::vector<uint8_t> data;
18 uint32_t start_ms = 0;
19};
std::vector< uint8_t > data
Raw JPEG bytes (must be YUVJ420)
Definition chapter_image_sample.hpp:17
uint32_t start_ms
Absolute start time in ms.
Definition chapter_image_sample.hpp:18
Definition chapter_image_sample.hpp:16