|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| STDMETHODIMP | QueryInterface (REFIID InterfaceId, PVOID *Interface) |
| STDMETHODIMP_ (ULONG) AddRef() | |
| STDMETHODIMP_ (ULONG) Release() | |
| HRESULT STDMETHODCALLTYPE | KsCompleteIoOperation (IN OUT IMediaSample *Sample, IN OUT PVOID StreamHeader, IN KSIOOPERATION IoOperation, IN BOOL Cancelled) |
| HRESULT STDMETHODCALLTYPE | KsIsMediaTypeInRanges (IN PVOID DataRanges) |
| HRESULT STDMETHODCALLTYPE | KsPrepareIoOperation (IN OUT IMediaSample *Sample, IN OUT PVOID StreamHeader, IN KSIOOPERATION IoOperation) |
| HRESULT STDMETHODCALLTYPE | KsQueryExtendedSize (OUT ULONG *ExtendedSize) |
| HRESULT STDMETHODCALLTYPE | KsSetMediaType (IN const AM_MEDIA_TYPE *AmMediaType) |
| CKsDataTypeHandler () | |
| virtual | ~CKsDataTypeHandler () |
Protected Attributes | |
| LONG | m_Ref |
| AM_MEDIA_TYPE * | m_Type |
Definition at line 15 of file datatype.cpp.
|
inline |
Definition at line 43 of file datatype.cpp.
|
inlinevirtual |
Definition at line 44 of file datatype.cpp.
| HRESULT STDMETHODCALLTYPE CKsDataTypeHandler::KsCompleteIoOperation | ( | IN OUT IMediaSample * | Sample, |
| IN OUT PVOID | StreamHeader, | ||
| IN KSIOOPERATION | IoOperation, | ||
| IN BOOL | Cancelled | ||
| ) |
Definition at line 84 of file datatype.cpp.
| HRESULT STDMETHODCALLTYPE CKsDataTypeHandler::KsIsMediaTypeInRanges | ( | IN PVOID | DataRanges | ) |
Definition at line 96 of file datatype.cpp.
| HRESULT STDMETHODCALLTYPE CKsDataTypeHandler::KsPrepareIoOperation | ( | IN OUT IMediaSample * | Sample, |
| IN OUT PVOID | StreamHeader, | ||
| IN KSIOOPERATION | IoOperation | ||
| ) |
Definition at line 167 of file datatype.cpp.
| HRESULT STDMETHODCALLTYPE CKsDataTypeHandler::KsQueryExtendedSize | ( | OUT ULONG * | ExtendedSize | ) |
Definition at line 177 of file datatype.cpp.
| HRESULT STDMETHODCALLTYPE CKsDataTypeHandler::KsSetMediaType | ( | IN const AM_MEDIA_TYPE * | AmMediaType | ) |
Definition at line 187 of file datatype.cpp.
| HRESULT STDMETHODCALLTYPE CKsDataTypeHandler::QueryInterface | ( | REFIID | InterfaceId, |
| PVOID * | Interface | ||
| ) |
Definition at line 67 of file datatype.cpp.
|
inline |
Definition at line 20 of file datatype.cpp.
|
inline |
Definition at line 25 of file datatype.cpp.
|
protected |
Definition at line 60 of file datatype.cpp.
Referenced by STDMETHODIMP_().
|
protected |
Definition at line 61 of file datatype.cpp.
Referenced by KsIsMediaTypeInRanges(), KsSetMediaType(), and ~CKsDataTypeHandler().