MCPcopy Create free account
hub / github.com/cisco/openh264 / Callback

Class Callback

test/BaseDecoderTest.h:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 };
25
26 struct Callback {
27 virtual void onDecodeFrame (const Frame& frame) = 0;
28 };
29
30 BaseDecoderTest();
31 int32_t SetUp();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected