KSPROPERTY_SYNTH_CAPS
The KSPROPERTY_SYNTH_CAPS property is used by the system to determine the capabilities of a synthesizer.
Usage Summary Table
Get | Set | Target | Property descriptor type | Property value type |
---|---|---|---|---|
Yes |
No |
Pin |
The property value (operation data) is a structure of type SYNTHCAPS and specifies the synthesizer's capabilities. These capabilities include:
Amount of sample memory available
Maximum number of channel groups
Maximum number of voices
Maximum number of audio channels
Rendering effects
For more information, see SYNTHCAPS.
Return Value
A KSPROPERTY_SYNTH_CAPS property request returns STATUS_SUCCESS to indicate that it has completed successfully. Otherwise, the request returns an appropriate error status code.
Remarks
For more information about synthesizer capabilities, see the IDirectMusicPort::GetCaps method and the DMUS_PORTCAPS structure in the Microsoft Windows SDK documentation.
Requirements
Header |
Dmusprop.h (include Dmusprop.h) |
See also