classafFancomSapi::ISpeechAudioStatus
sys::Obj afFancomSapi::ISpeechAudioStatus
Provides control over the operation of real-time audio streams.
http://msdn.microsoft.com/en-us/library/ee125237%28v=vs.85%29.aspx
@clsid {C62D9C91-7458-47F6-862D-1EF86FB0B278}
- currentDevicePosition
Variant currentDevicePosition { private set }
Returns the current read or write position of the stream or device in bytes.
- currentSeekPosition
Variant currentSeekPosition { private set }
Returns the current seek position in the stream or device in bytes.
- freeBufferSpace
Int? freeBufferSpace { private set }
Returns the size of the free space in the stream or device in bytes.
- makeFromDispatch
new makeFromDispatch(Dispatch dispatch)
- nonBlockingIO
Int? nonBlockingIO { private set }
Returns the amount of data which can be read from or written to the stream or device without blocking.
- state
SpeechAudioState? state { private set }
Returns the state of the audio stream or device.