ISpeechAudioStatus CurrentDevicePosition Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform


Interface: ISpeechAudioStatus

CurrentDevicePosition Property

The CurrentDevicePosition property returns the current read or write position of the stream or device in bytes.

This is the position in the stream where the device is currently reading or writing. For readable streams, this value will always be greater than or equal to the CurrentSeekPosition property. For writable streams, this value will always be less than or equal to the CurrentSeekPosition property.

Syntax

Set: (This property is read-only)
Get: Variant = ISpeechAudioStatus.CurrentDevicePosition

Parts

ISpeechAudioStatus
The owning object.
Variant
Set: (This property is read-only)
Get: A Variant variable returning the position.