Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cisco/openh264
/ Callback
Class
Callback
test/BaseEncoderTest.h:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
class BaseEncoderTest {
9
public:
10
struct Callback {
11
virtual void onEncodeFrame (const SFrameBSInfo& frameInfo) = 0;
12
};
13
14
BaseEncoderTest();
15
void SetUp();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected