Microsoft Speech Platform
Object: SpMMAudioIn
DeviceId Property
The DeviceId property gets and sets the multimedia device ID that is used by the audio object.
Syntax
Set: | SpMMAudioIn.DeviceId = Long |
Get: | Long = SpMMAudioIn.DeviceId |
Parts
- SpMMAudioIn
- The owning object.
- Long
-
Set: A Long variable that sets the device ID.
Get: A Long variable that gets the device ID.
Example
See Speech Telephony Application Guide for examples with SpMMAudioIn.DeviceId property.