22 lines
307 B
C
22 lines
307 B
C
/*++
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
mxfilter.h
|
|
|
|
This file is currently checked in. It could be generated if the mixer
|
|
needs an idl file in the future.
|
|
|
|
Abstract:
|
|
|
|
CLSID of the audio mixer filter
|
|
|
|
--*/
|
|
|
|
|
|
EXTERN_C const CLSID CLSID_AudioMixFilter;
|
|
|
|
|