MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / operator()

Method operator()

Source/MediaSampleSideData.h:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25struct SideDataGUIDComparer
26{
27 bool operator()(const GUID & Left, const GUID & Right) const
28 {
29 // comparison logic goes here
30 return memcmp(&Left, &Right, sizeof(Right)) < 0;
31 }
32};
33
34class CMediaSampleSideData : public CMediaSample, public IMediaSideData

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected