DOSBox-X
|
00001 /* 00002 * Copyright (C) 2018-2020 Jon Campbell 00003 * 00004 * This program is free software; you can redistribute it and/or modify 00005 * it under the terms of the GNU General Public License as published by 00006 * the Free Software Foundation; either version 2 of the License, or 00007 * (at your option) any later version. 00008 * 00009 * This program is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 * GNU General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU General Public License along 00015 * with this program; if not, write to the Free Software Foundation, Inc., 00016 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 00017 */ 00018 00019 #ifndef _ISP_UTILS_V4_WIN_KSDATAFORMAT_H_H 00020 #define _ISP_UTILS_V4_WIN_KSDATAFORMAT_H_H 00021 00022 #include "guid.h" 00023 00024 extern const windows_GUID windows_KSDATAFORMAT_SUBTYPE_ANALOG; /* 6dba3190-67bd-11cf-a0f7-0020afd156e4 */ 00025 00026 extern const windows_GUID windows_KSDATAFORMAT_SUBTYPE_PCM; /* 00000001-0000-0010-8000-00aa00389b71 */ 00027 extern const windows_GUID windows_KSDATAFORMAT_SUBTYPE_ADPCM; /* 00000002-0000-0010-8000-00aa00389b71 */ 00028 extern const windows_GUID windows_KSDATAFORMAT_SUBTYPE_IEEE_FLOAT; /* 00000003-0000-0010-8000-00aa00389b71 */ 00029 00030 extern const windows_GUID windows_KSDATAFORMAT_SUBTYPE_ALAW; /* 00000006-0000-0010-8000-00aa00389b71 */ 00031 extern const windows_GUID windows_KSDATAFORMAT_SUBTYPE_MULAW; /* 00000007-0000-0010-8000-00aa00389b71 */ 00032 00033 extern const windows_GUID windows_KSDATAFORMAT_SUBTYPE_DRM; /* 00000009-0000-0010-8000-00aa00389b71 */ 00034 00035 extern const windows_GUID windows_KSDATAFORMAT_SUBTYPE_MPEG; /* 00000050-0000-0010-8000-00aa00389b71 */ 00036 00037 extern const windows_GUID windows_KSDATAFORMAT_SUBTYPE_RIFF; /* 4995DAEE-9EE6-11D0-A40E-00A0C9223196 */ 00038 00039 extern const windows_GUID windows_KSDATAFORMAT_SUBTYPE_RIFFWAVE; /* e436eb8b-524f-11ce-9f53-0020af0ba770 */ 00040 00041 #endif /* _ISP_UTILS_V4_WIN_KSDATAFORMAT_H_H */ 00042