|
| Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab. |
You are reading help file online using chmlib.com
|
Microsoft Speech SDK
Speech Automation 5.1
Interface: ISpeechBaseStream
Read Method
The Read method reads data from a stream object.
The Read method reads text or audio data from the stream into a Variant variable. Data is read from the Seek pointer of the stream until the specified number of bytes has been copied, or the end of the stream has been reached. When the method has completed, it returns the actual number of bytes read and resets the Seek pointer one byte past the last byte read.
ISpeechBaseStream.Read(
Buffer As Variant,
NumberOfBytes As Long
) As Long
Parameters
- Buffer
- Specifies a Variant variable to receive the data.
- NumberOfBytes
- Specifies the number of bytes of data to attempt to read from the audio stream.
Return Value
A Long variable containing the actual number of bytes read from the stream object.
Example
Use of the Read method is demonstrated in a code example at the end of the ISpeechBaseStream section.
You are reading help file online using chmlib.com
|
If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com