MCPcopy Create free account
hub / github.com/IENT/YUView / parse608DataPayloadCCDataPacket

Method parse608DataPayloadCCDataPacket

YUViewLib/src/parser/Subtitles/Subtitle608.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242unsigned sub_608::parse608DataPayloadCCDataPacket(SubByteReaderLogging &reader)
243{
244 return reader.readBits("ccData", 24, Options().withMeaningFunction(getCCDataPacketMeaning));
245}
246
247} // namespace parser::subtitle

Callers

nothing calls this directly

Calls 2

OptionsClass · 0.85
readBitsMethod · 0.45

Tested by

no test coverage detected