8#ifndef META_OCEAN_MEDIA_MF_SAMPLE_GRABBER_H
9#define META_OCEAN_MEDIA_MF_SAMPLE_GRABBER_H
21namespace MediaFoundation
91 STDMETHODIMP
OnClockStart(MFTIME hnsSystemTime, LONGLONG llClockStartOffset)
override;
138 STDMETHODIMP
OnProcessSample(REFGUID guidMajorMediaType, DWORD dwSampleFlags, LONGLONG llSampleTime, LONGLONG llSampleDuration,
const BYTE * pSampleBuffer, DWORD dwSampleSize)
override;
This class implements a container for callback functions.
Definition Callback.h:3456
This class wraps an unmanaged object (or reference) which needs to be released after usage.
Definition ScopedObject.h:166
The namespace covering the entire Ocean framework.
Definition Accessor.h:15