DeinterlacerFilter.h
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:1k
- #pragma once
- [uuid("96F3E0BE-1BA4-4E79-973D-191FE425C86B")]
- class CDeinterlacerFilter : public CTransformFilter
- {
- protected:
- HRESULT CheckInputType(const CMediaType* mtIn);
- HRESULT CheckTransform(const CMediaType* mtIn, const CMediaType* mtOut);
- HRESULT Transform(IMediaSample* pIn, IMediaSample* pOut);
- HRESULT DecideBufferSize(IMemAllocator* pAllocator, ALLOCATOR_PROPERTIES* pProperties);
- HRESULT GetMediaType(int iPosition, CMediaType* pmt);
- public:
- CDeinterlacerFilter(LPUNKNOWN punk, HRESULT* phr);
- };