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
16PROMEKI_NAMESPACE_BEGIN
17
46class QtClosedCaption {
47 public:
60 static Buffer encode608(const Cea708Cdp::CcDataList &ccData);
61
71 static Cea708Cdp::CcDataList decode608(const Buffer &sample);
72};
73
74PROMEKI_NAMESPACE_END
75
76#endif // PROMEKI_ENABLE_PROAV