|
| 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
SAPI 5.1
ISpAudio::GetDefaultFormat
ISpAudio::GetDefaultFormat passes back the default audio format.
HRESULT GetDefaultFormat(
GUID *pFormatId,
WAVEFORMATEX **ppCoMemWaveFormatEx
);
Parameters
- pFormatId
- [out] Pointer to the GUID of the default format.
- ppCoMemWaveFormatEx
- [out] Address of a pointer to the WAVEFORMATEX structure that receives the wave file format information. SAPI allocates the memory for the WAVEFORMATEX data structure using CoTaskMemAlloc, but it is the caller's responsibility to call CoTaskMemFree on the returned WAVEFORMATEX pointer.
Return values
Value |
Description |
S_OK |
Function completed successfully. |
SPERR_UNINITIALIZED |
Stream is uninitialized. |
E_POINTER |
pFormatId is invalid. |
Remarks
Other formats may be supported by the audio device; however, this format is guaranteed to work. Older sound cards can potentially fail when attempting to use this format if they are not fully duplex or do not support full duplex operation at different frequencies. An application should attempt to degrade gracefully when this occurs.
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