Microsoft Speech Platform
Interface: ISpeechAudioBufferInfo
MinNotification Property
The MinNotification property gets and sets the minimum preferred time, in milliseconds, between the actual time an event notification occurs and the ideal time.
More CPU resources are needed when the amount of time is shorter; however, the event notifications are more timely. This value must be greater than zero and no more than one quarter the size of the Buffersize property.
Syntax
Set: | ISpeechAudioBufferInfo.MinNotification = Long |
Get: | Long = ISpeechAudioBufferInfo.MinNotification |
Parts
- ISpeechAudioBufferInfo
- The owning object.
- Long
-
Set: A Long variable that sets the property.
Get: A Long variable that gets the property.