Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ IsKeyFrame
Method
IsKeyFrame
MonaCore/include/Mona/MediaCodec.h:75–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
static bool IsKeyFrame(BinaryReader& reader) { return reader.available()>0 && (*reader.current()&0xF0)==0x10; }
76
77
class H264 : virtual Static {
78
public:
Callers
nothing calls this directly
Calls
2
available
Method · 0.45
current
Method · 0.45
Tested by
no test coverage detected