OggRawAudioExtractorOutputPin.h

Go to the documentation of this file.
00001 #pragma once
00002 #include "oggrawaudioextractordllstuff.h"
00003 class OggRawAudioExtractorOutputPin
00004         :       public CTransformOutputPin
00005 {
00006 public:
00007         friend class OggRawAudioExtractorFilter;
00008         OggRawAudioExtractorOutputPin(OggRawAudioExtractorFilter* inParentFilter);
00009         virtual ~OggRawAudioExtractorOutputPin(void);
00010 
00011         HRESULT CompleteConnect(IPin *inReceivePin);
00012         HRESULT BreakConnect(void);
00013 
00014 protected:
00015         COutputQueue* mDataQueue;
00016         HRESULT mHR;
00017 };

Generated on Thu Feb 16 23:48:08 2006 for oggdsf by  doxygen 1.3.9