Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
242
unsigned 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
Options
Class · 0.85
readBits
Method · 0.45
Tested by
no test coverage detected