|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <sink_filter_ds.h>
Public Member Functions | |
| CaptureInputPin (IN TCHAR *szName, IN CaptureSinkFilter *pFilter, IN CCritSec *pLock, OUT HRESULT *pHr, IN LPCWSTR pszName) | |
| virtual | ~CaptureInputPin () |
| HRESULT | GetMediaType (IN int iPos, OUT CMediaType *pmt) |
| HRESULT | CheckMediaType (IN const CMediaType *pmt) |
| STDMETHODIMP | Receive (IN IMediaSample *) |
| HRESULT | SetMatchingMediaType (const VideoCaptureCapability &capability) |
| CaptureInputPin (IN TCHAR *szName, IN CaptureSinkFilter *pFilter, IN CCritSec *pLock, OUT HRESULT *pHr, IN LPCWSTR pszName) | |
| virtual | ~CaptureInputPin () |
| HRESULT | GetMediaType (IN int iPos, OUT CMediaType *pmt) |
| HRESULT | CheckMediaType (IN const CMediaType *pmt) |
| STDMETHODIMP | Receive (IN IMediaSample *) |
| HRESULT | SetMatchingMediaType (const VideoCaptureCapability &capability) |
Public Attributes | |
| VideoCaptureCapability | _requestedCapability |
| VideoCaptureCapability | _resultingCapability |
| HANDLE | _threadHandle |
input pin for camera input
| webrtc::videocapturemodule::CaptureInputPin::CaptureInputPin | ( | IN TCHAR * | szName, |
| IN CaptureSinkFilter * | pFilter, | ||
| IN CCritSec * | pLock, | ||
| OUT HRESULT * | pHr, | ||
| IN LPCWSTR | pszName | ||
| ) |
|
virtual |
| webrtc::videocapturemodule::CaptureInputPin::CaptureInputPin | ( | IN TCHAR * | szName, |
| IN CaptureSinkFilter * | pFilter, | ||
| IN CCritSec * | pLock, | ||
| OUT HRESULT * | pHr, | ||
| IN LPCWSTR | pszName | ||
| ) |
|
virtual |
| HRESULT webrtc::videocapturemodule::CaptureInputPin::CheckMediaType | ( | IN const CMediaType * | pmt | ) |
| HRESULT webrtc::videocapturemodule::CaptureInputPin::CheckMediaType | ( | IN const CMediaType * | pmt | ) |
| HRESULT webrtc::videocapturemodule::CaptureInputPin::GetMediaType | ( | IN int | iPos, |
| OUT CMediaType * | pmt | ||
| ) |
| HRESULT webrtc::videocapturemodule::CaptureInputPin::GetMediaType | ( | IN int | iPos, |
| OUT CMediaType * | pmt | ||
| ) |
| STDMETHODIMP webrtc::videocapturemodule::CaptureInputPin::Receive | ( | IN IMediaSample * | ) |
| HRESULT webrtc::videocapturemodule::CaptureInputPin::Receive | ( | IN IMediaSample * | pIMediaSample | ) |
| HRESULT webrtc::videocapturemodule::CaptureInputPin::SetMatchingMediaType | ( | const VideoCaptureCapability & | capability | ) |
| HRESULT webrtc::videocapturemodule::CaptureInputPin::SetMatchingMediaType | ( | const VideoCaptureCapability & | capability | ) |
| VideoCaptureCapability webrtc::videocapturemodule::CaptureInputPin::_requestedCapability |
| VideoCaptureCapability webrtc::videocapturemodule::CaptureInputPin::_resultingCapability |
| HANDLE webrtc::videocapturemodule::CaptureInputPin::_threadHandle |
1.8.13