10#include <promeki/config.h>
11#if PROMEKI_ENABLE_PROAV
19PROMEKI_NAMESPACE_BEGIN
21struct Cea608XdsInjectorImpl;
144class Cea608XdsInjector {
149 static constexpr int DefaultRepetitionFrames = 60;
172 void setPacket(
const Cea608XdsPacket &packet,
173 int repetitionFrames = DefaultRepetitionFrames);
178 void removePacket(Cea608XdsClass class_, uint8_t type);
182 size_t sourceCount()
const;
211 Cea708Cdp::CcData nextPair(
bool hasCaptionPair =
false);
217 Cea708Cdp::CcData nextPairWithParity(
bool hasCaptionPair =
false);
224 SharedPtr<Cea608XdsInjectorImpl> _d;