Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ IsCodecInfos
Method
IsCodecInfos
MonaCore/include/Mona/MediaCodec.h:87–87 ·
view source on GitHub ↗
To write header
Source
from the content-addressed store, hash-verified
85
public:
86
// To write header
87
static bool IsCodecInfos(BinaryReader& reader) { return reader.available()>1 && (*reader.current() >> 4) == 0x0A && reader.current()[1] == 0; }
88
89
};
90
Callers
nothing calls this directly
Calls
2
available
Method · 0.45
current
Method · 0.45
Tested by
no test coverage detected