|
|
| Voice (const Voice &)=default |
| | Default copy constructor.
|
|
| Voice (Voice &&)=default |
| | Default move constructor noexcept is deduced.
|
| Voice & | operator= (const Voice &voice)=default |
| | Default copy assignment.
|
| Voice & | operator= (Voice &&voice)=default |
| | Default move assignment noexcept is deduced.
|
| const StringRef | getName () const noexcept |
| | Get the voice name.
|
| const LanguageRef | getLanguage () const noexcept |
| | Get the voice language.
|
| const StringRef | getFileName () const noexcept |
| | Get the file name and path of the voice.
|
| EVoiceType | getType () const noexcept |
| | Get the voice type.
|
| LargeInteger | getId () const noexcept |
| | Gets the voice unique id.
|
Voice object.
Implements share-read / copy-on-write Api object over IVoice