00001 00002 #pragma once 00003 class IOggOutputPin { 00004 public: 00005 virtual bool notifyStreamBaseTime(__int64 inStreamTime) = 0; 00006 virtual __int64 getGlobalBaseTime() = 0; 00007 00008 };