Back to the WFC main page

CMixerCapabilities : CObject

$Revision: 17 $

Description

This class encapsulates the MIXERCAPS data structure.

Data Members

Manufacturer
Holds the manufacturer's identifier.
Product
Holds the product identifier.
Version
Holds the version of the driver.
ProductName
Holds the name of the mixer device.
Support
A 32-bit bitmap mask of supported functions. The only problem is there are no definitions for the bits so this member is basically worthless.
NumberOfDestinations
Holds the number of places you can route audio output to. There will always be at least one destination (i.e. speakers).

Methods

Copy
Copies the contents of another CMixerCapabilities or a MIXERCAPS data structure.
Empty
Zeroizes the data members.
Get
Retrieves the mixer's capabilities via CMixerCapabilities.
Serialize
After all, we are a CObject...

Example

Sorry.

Copyright, 2000, Samuel R. Blackburn
$Workfile: CMixerCapabilities.cpp $
$Modtime: 1/04/00 5:15a $