MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / IsCodecInfos

Method IsCodecInfos

MonaCore/include/Mona/MediaCodec.h:80–80  ·  view source on GitHub ↗

To write header

Source from the content-addressed store, hash-verified

78 public:
79 // To write header
80 static bool IsCodecInfos(BinaryReader& reader) { return reader.available()>1 && *reader.current() == 0x17 && reader.current()[1] == 0; }
81
82 };
83

Callers

nothing calls this directly

Calls 2

availableMethod · 0.45
currentMethod · 0.45

Tested by

no test coverage detected