ISpeechAudioStatus CurrentDevicePosition Property (SAPI 5.4)

Microsoft Speech API 5.4

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.