MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / SideDataEntry

Class SideDataEntry

Source/MediaSampleSideData.h:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 void ReleaseSideData();
49
50 struct SideDataEntry {
51 BYTE *pData;
52 size_t size;
53 };
54
55 CCritSec m_csSideData;
56 std::map<GUID, SideDataEntry, SideDataGUIDComparer> m_SideData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected