Searched refs:GetMediaType (Results 1 – 3 of 3) sorted by relevance
46 HRESULT GetMediaType (IN int iPos, OUT CMediaType * pmt);
57 CaptureInputPin::GetMediaType (IN int iPosition, OUT CMediaType * pmt) in GetMediaType() function in webrtc::videocapturemodule::CaptureInputPin
1376 virtual HRESULT WINAPI GetMediaType(AM_MEDIA_TYPE **ppMediaType) = 0;1399 HRESULT (WINAPI *GetMediaType)(IMediaSample *This,AM_MEDIA_TYPE **ppMediaType);1424 #define IMediaSample_GetMediaType(This,ppMediaType) (This)->lpVtbl->GetMediaType(This,ppMediaType)1513 HRESULT (WINAPI *GetMediaType)(IMediaSample2 *This,AM_MEDIA_TYPE **ppMediaType);1540 #define IMediaSample2_GetMediaType(This,ppMediaType) (This)->lpVtbl->GetMediaType(This,ppMediaType)