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

Method SetCallback11

Source/VideoRenderer.cpp:1326–1331  ·  view source on GitHub ↗

ISubRender11 (DX11)

Source from the content-addressed store, hash-verified

1324
1325// ISubRender11 (DX11)
1326STDMETHODIMP CMpcVideoRenderer::SetCallback11(ISubRender11Callback* cb)
1327{
1328 m_pSub11CallBack = cb;
1329
1330 return S_OK;
1331}
1332
1333// IExFilterConfig
1334

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected