Searched refs:GetMajorType (Results 1 – 4 of 4) sorted by relevance
75 IFACEMETHODIMP GetMajorType(__out GUID *majorType);
315 HRESULT MediaStreamSink::GetMajorType(__out GUID *majorType) in GetMajorType() function in MediaStreamSink
1229 …m_fWaitingForFirstSample = SUCCEEDED(m_spCurrentType->GetMajorType(&guiMajorType)) && (guiMajorTyp… in Start()1418 hr = GetMajorType(&guidMajorType); in ProcessSample()1787 hr = m_spCurrentType->GetMajorType(&guid); in SetCurrentMediaType()1831 STDMETHODIMP GetMajorType(GUID *pguidMajorType) in GetMajorType() function in StreamSink1841 hr = pType->GetMajorType(pguidMajorType); in GetMajorType()
1566 CHECK_HR(hr = pHandler->GetMajorType(&majorType)); in CreateTopology()