8 #ifndef META_OCEAN_MEDIA_MF_SAMPLE_GRABBER_H
9 #define META_OCEAN_MEDIA_MF_SAMPLE_GRABBER_H
21 namespace 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 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