00001 00002 /* 00003 * Copyright (c) 2002, University of Amsterdam, The Netherlands. 00004 * All rights reserved. 00005 * 00006 * Author(s): 00007 * Marc Navarro (mnavarro@wins.uva.nl) 00008 */ 00009 00010 #include <streams.h> 00011 #include <iostream> 00012 00013 void 00014 ShowSeekingCapabilities(std::ostream& os, IMediaSeeking* imSeek); 00015 00016 void 00017 ShowError(std::ostream& os, const char* msg, HRESULT hr); 00018 00019 void 00020 ShowGUID(std::ostream& os, GUID g); 00021 00022 //void ShowGraph(std::ostream& os, IBaseFilter* from);