SpMemoryStream SetData method (SAPI 5.4)

Microsoft Speech API 5.4

Object: SpMemoryStream

SetData Method

The SetData method sets the contents of the stream.

The SetData method writes stream data into the memory stream, and sets the Seek pointer to zero, so that the next SetData call to the stream will overwrite the data just written.

  
    SpMemoryStream.SetData(
     Data As Variant
)

Parameters

  • Data
    Specifies the Data.

Return Value

None.