|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <windows.h>#include <stdio.h>#include <math.h>#include <setupapi.h>#include <ndk/umtypes.h>#include <ks.h>#include <ksmedia.h>#include "interface.h"
Go to the source code of this file.
Macros | |
| #define | _UNICODE |
| #define | UNICODE |
| #define | WIN32_NO_STATUS |
| #define | _KSDDK_ |
| #define | _2pi 6.283185307179586476925286766559 |
Functions | |
| VOID | TestKs () |
| int __cdecl | main (int argc, char *argv[]) |
Variables | |
| GUID | CategoryGuid = {STATIC_KSCATEGORY_AUDIO} |
| const GUID | KSPROPSETID_Pin = {0x8C134960L, 0x51AD, 0x11CF, {0x87, 0x8A, 0x94, 0xF8, 0x01, 0xC1, 0x00, 0x00}} |
| const GUID | KSPROPSETID_Connection = {0x1D58C920L, 0xAC9B, 0x11CF, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}} |
| const GUID | KSPROPSETID_Sysaudio = {0xCBE3FAA0L, 0xCC75, 0x11D0, {0xB4, 0x65, 0x00, 0x00, 0x1A, 0x18, 0x18, 0xE6}} |
| const GUID | KSPROPSETID_General = {0x1464EDA5L, 0x6A8F, 0x11D1, {0x9A, 0xA7, 0x00, 0xA0, 0xC9, 0x22, 0x31, 0x96}} |
| const GUID | KSINTERFACESETID_Standard = {0x1A8766A0L, 0x62CE, 0x11CF, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}} |
| const GUID | KSMEDIUMSETID_Standard = {0x4747B320L, 0x62CE, 0x11CF, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}} |
| const GUID | KSDATAFORMAT_TYPE_AUDIO = {0x73647561L, 0x0000, 0x0010, {0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}} |
| const GUID | KSDATAFORMAT_SUBTYPE_PCM = {0x00000001L, 0x0000, 0x0010, {0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}} |
| const GUID | KSDATAFORMAT_SPECIFIER_WAVEFORMATEX = {0x05589f81L, 0xc356, 0x11ce, {0xbf, 0x01, 0x00, 0xaa, 0x00, 0x55, 0x59, 0x5a}} |
| #define _2pi 6.283185307179586476925286766559 |
Definition at line 15 of file audio_test.c.
| #define _KSDDK_ |
Definition at line 4 of file audio_test.c.
| #define _UNICODE |
Definition at line 1 of file audio_test.c.
Definition at line 2 of file audio_test.c.
| #define WIN32_NO_STATUS |
Definition at line 3 of file audio_test.c.
Definition at line 243 of file audio_test.c.
| VOID TestKs | ( | ) |
Definition at line 30 of file audio_test.c.
Referenced by main().
| GUID CategoryGuid = {STATIC_KSCATEGORY_AUDIO} |
Definition at line 17 of file audio_test.c.
Referenced by TestKs().
| const GUID KSDATAFORMAT_SPECIFIER_WAVEFORMATEX = {0x05589f81L, 0xc356, 0x11ce, {0xbf, 0x01, 0x00, 0xaa, 0x00, 0x55, 0x59, 0x5a}} |
Definition at line 27 of file audio_test.c.
Referenced by TestKs().
| const GUID KSDATAFORMAT_SUBTYPE_PCM = {0x00000001L, 0x0000, 0x0010, {0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}} |
Definition at line 26 of file audio_test.c.
Referenced by TestKs().
| const GUID KSDATAFORMAT_TYPE_AUDIO = {0x73647561L, 0x0000, 0x0010, {0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}} |
Definition at line 25 of file audio_test.c.
Referenced by TestKs().
| const GUID KSINTERFACESETID_Standard = {0x1A8766A0L, 0x62CE, 0x11CF, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}} |
Definition at line 23 of file audio_test.c.
Referenced by TestKs().
| const GUID KSMEDIUMSETID_Standard = {0x4747B320L, 0x62CE, 0x11CF, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}} |
Definition at line 24 of file audio_test.c.
Referenced by TestKs().
| const GUID KSPROPSETID_Connection = {0x1D58C920L, 0xAC9B, 0x11CF, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}} |
Definition at line 20 of file audio_test.c.
Referenced by TestKs().
| const GUID KSPROPSETID_General = {0x1464EDA5L, 0x6A8F, 0x11D1, {0x9A, 0xA7, 0x00, 0xA0, 0xC9, 0x22, 0x31, 0x96}} |
Definition at line 22 of file audio_test.c.
| const GUID KSPROPSETID_Pin = {0x8C134960L, 0x51AD, 0x11CF, {0x87, 0x8A, 0x94, 0xF8, 0x01, 0xC1, 0x00, 0x00}} |
Definition at line 19 of file audio_test.c.
| const GUID KSPROPSETID_Sysaudio = {0xCBE3FAA0L, 0xCC75, 0x11D0, {0xB4, 0x65, 0x00, 0x00, 0x1A, 0x18, 0x18, 0xE6}} |
Definition at line 21 of file audio_test.c.