libpromeki
1.0.0-alpha
PROfessional MEdia toolKIt
Loading...
Searching...
No Matches
qtclosedcaption.h
Go to the documentation of this file.
1
8
#pragma once
9
10
#include <promeki/config.h>
11
#if PROMEKI_ENABLE_PROAV
12
#include <
promeki/namespace.h
>
13
#include <
promeki/buffer.h
>
14
#include <
promeki/cea708cdp.h
>
15
16
PROMEKI_NAMESPACE_BEGIN
17
46
class
QtClosedCaption {
47
public
:
60
static
Buffer encode608(
const
Cea708Cdp::CcDataList &ccData);
61
71
static
Cea708Cdp::CcDataList decode608(
const
Buffer &sample);
72
};
73
74
PROMEKI_NAMESPACE_END
75
76
#endif
// PROMEKI_ENABLE_PROAV
buffer.h
cea708cdp.h
namespace.h
include
promeki
qtclosedcaption.h
Generated on 2026-06-07 19:02:32 from commit e22611a (1.0.0-alpha).