ISpeechAudio BufferNotifySize Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

Interface: ISpeechAudio

BufferNotifySize Property

The BufferNotifySize property gets and sets the audio stream buffer size information.

This information is used to determine when the event returned by the EventHandle method is set or reset.

Syntax

Set: ISpeechAudio.BufferNotifySize = Long
Get: Long = ISpeechAudio.BufferNotifySize

Parts

ISpeechAudio
The owning object.
Long
Set: A Long variable that sets the property.
Get: A Long variable that gets the property.

Remarks

For read streams, the event is set if the audio buffered is greater than or equal to the value set in pcbSize, otherwise the event information is reset.

For write streams, the event is set if the audio buffered is less than the value set in pcbSize, otherwise the event information is reset.