SpeechSynthesisStream Members

SpeechSynthesisStream has the following members.

Public Properties

  Name Description
CanRead Gets whether SpeechSynthesisStream can be read from.
CanWrite Gets a value that indicates whether SpeechSynthesisStream can be written to.
ContentType Gets the MIME type of the content of SpeechSynthesisStream.
Markers Gets the collection of timeline markers associated with SpeechSynthesisStream.
Position Gets the position within SpeechSynthesisStream.
Size Gets or sets the size of the SpeechSynthesisStream.

Public Methods

  Name Description
CloneStream Creates a copy of SpeechSynthesisStream that references the same bytes as the original stream.
Close Releases system resources that are exposed by SpeechSynthesisStream.
FlushAsync Flushes data asynchronously in a sequential stream.
GetInputStreamAt Retrieves an input stream at a specified location in SpeechSynthesisStream.
GetOutputStreamAt Retrieves an output stream at a specified location in SpeechSynthesisStream.
ReadAsync Reads data asynchronously in a sequential stream.
Seek Goes to the specified position within SpeechSynthesisStream.
WriteAsync Writes data asynchronously in a sequential stream.

See also

Reference

SpeechSynthesisStream Class

Windows.Media.SpeechSynthesis Namespace