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

Method CMediaSampleSideData

Source/MediaSampleSideData.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "MediaSampleSideData.h"
22
23CMediaSampleSideData::CMediaSampleSideData(LPCTSTR pName, CBaseAllocator *pAllocator, HRESULT *phr, LPBYTE pBuffer, LONG length)
24 : CMediaSample(pName, pAllocator, phr, pBuffer, length)
25{
26}
27
28CMediaSampleSideData::~CMediaSampleSideData()
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected