MCPcopy Create free account
hub / github.com/Nevcairiel/LAVFilters / IsSyncPoint

Method IsSyncPoint

common/baseclasses/amfilter.cpp:3593–3604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3591}
3592
3593STDMETHODIMP
3594CMediaSample::IsSyncPoint(void)
3595{
3596 if (m_dwFlags & Sample_SyncPoint)
3597 {
3598 return S_OK;
3599 }
3600 else
3601 {
3602 return S_FALSE;
3603 }
3604}
3605
3606STDMETHODIMP
3607CMediaSample::SetSyncPoint(BOOL bIsSyncPoint)

Callers 4

ReceiveMethod · 0.45
ShouldSkipFrameMethod · 0.45
CopyMethod · 0.45
ReceiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected