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

Method QueryDirection

common/baseclasses/amfilter.cpp:2291–2299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2289}
2290
2291STDMETHODIMP
2292CBasePin::QueryDirection(__out PIN_DIRECTION *pPinDir)
2293{
2294 CheckPointer(pPinDir, E_POINTER);
2295 ValidateReadWritePtr(pPinDir, sizeof(PIN_DIRECTION));
2296
2297 *pPinDir = m_dir;
2298 return NOERROR;
2299}
2300
2301// Default QueryId to return the pin's name
2302STDMETHODIMP

Callers 9

CheckConnectMethod · 0.80
ReceiveCanBlockMethod · 0.80
NukeDownstreamFunction · 0.80
FindIntefaceInGraphFunction · 0.80
FindPinIntefaceInGraphFunction · 0.80
FindFilterSafeFunction · 0.80
HasSourceWithTypeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected