Click or drag to resize

ITTSStreamPlay Method

[This is preliminary documentation and is subject to change.]

Plays the specified IO stream

Namespace:  GHASchema.Classes.Capabilities.Speech
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
bool Play(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream containing text to speech audio

Return Value

Type: Boolean
True if successful, false if not
See Also