source: cmedia/trunk/Vsd/AudioIF/vsdmix.h@ 577

Last change on this file since 577 was 354, checked in by stevenhl, 18 years ago

Import untested baseline cmedia sources, work products and binaries
Binaries and work products should be deleted from repository.
once new builds are verified to work.

File size: 1.2 KB
Line 
1/**************************START OF SPECIFICATIONS *************************
2* *
3* Module NAME: VSDMIX.H *
4* *
5* *
6* OS/2 2.0 Multimedia VSD mixer prototypes *
7* *
8* Copyright (c) International Business Machines Corporation 1990,1991 *
9* All Rights Reserved *
10************************** END OF SPECIFICATIONS ***************************/
11
12
13
14ULONG mixGetConnections ( HMIXER hMixer, PLINECONNECTIONS pConnections);
15ULONG mixSetConnections ( HMIXER hMixer, PLINECONNECTIONS pConnections);
16ULONG mixGetLineInfo( HMIXER hMixer, PMIXERLINEINFO pInfo );
17ULONG mixGetControl( HMIXER hMixer, PMIXERCONTROL pMixControl );
18ULONG mixSetControl( HMIXER hMixer, PMIXERCONTROL pMixControl );
19
20void MapMixErrors (PULONG pulError );
21
22
23
24
25
26
27
28
29
30
Note: See TracBrowser for help on using the repository browser.