gvNewCustomDevice
Creates a custom device, which allows an application to supply its own audio hardware interface.
- GVDevice gvNewCustomDevice(
- GVDeviceType type );
Routine | Required Header | Distribution |
---|---|---|
gvNewCustomDevice | <gv.h> | SDKZIP |
Return Value
Returns a handle to the new custom device if successful; NULL if it cannot create the device.
Parameters
- type
- [in] Specifies whether device handles capture or playback or both
Section Reference: Gamespy Voice SDK
See Also: gvGetCustomPlaybackAudio