www.pudn.com > VirtualVCR-src-v2.6.9.zip > AudioResampleUIDs.h
/*
Virtual VCR
Copyright (C) 2002 Shaun Faulds
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Acknowledgments:
This application and associated filters are based on the examples
from the Microsoft DirectX DirectShow SDK.
*/
#ifndef __AudioResampleUIDs__
#define __AudioResampleUIDs__
// {9FBCE089-0F6F-468d-9994-B75E6965170A}
DEFINE_GUID(CLSID_AudioResample,
0x9fbce089, 0xf6f, 0x468d, 0x99, 0x94, 0xb7, 0x5e, 0x69, 0x65, 0x17, 0xa);
// {8BBDBD9D-E7A9-41e2-86B1-908299A53D24}
DEFINE_GUID(CLSID_AudioResamplePropertyPage,
0x8bbdbd9d, 0xe7a9, 0x41e2, 0x86, 0xb1, 0x90, 0x82, 0x99, 0xa5, 0x3d, 0x24);
#endif