|
|
|
|
|
||
#include <fastformat/sinks/speech.hpp>
Public Types | |
| typedef speech_sink | class_type |
| This type. | |
| typedef stlsoft::ref_ptr < ISpVoice > | voice_type |
| The underlying voice type. | |
Public Member Functions | |
| speech_sink (int flags=0) | |
| Constructs an instance. | |
| voice_type | get () const |
| class_type & | write (int, size_t cchTotal, size_t numResults, ff_string_slice_t const *results) |
| Outputs the results. | |
| typedef speech_sink class_type |
This type.
| typedef stlsoft::ref_ptr<ISpVoice> voice_type |
The underlying voice type.
| speech_sink | ( | int | flags = 0 |
) | [inline, explicit] |
Constructs an instance.
| class_type& write | ( | int | , | |
| size_t | cchTotal, | |||
| size_t | numResults, | |||
| ff_string_slice_t const * | results | |||
| ) | [inline] |
Outputs the results.
|
|
|
| FastFormat Library documentation © Matthew Wilson, 2006-2009 |
|