class Speaker::VoiceProfile

class Speaker::VoiceProfile
  : public std::enable_shared_from_this< VoiceProfile >

Klasse voor VoiceProfile. Toegevoegd in versie 1.12.0.

Leden

~VoiceProfile

Syntaxis: public inline virtual ~VoiceProfile ( );

Destructor.

GetId

Syntaxis: public inline const SPXSTRING GetId ( ) const;

Haal een spraakprofiel-id op.

Retouren

de spraakprofiel-id.

GetType

Syntaxis: public inline VoiceProfileType GetType ( ) const;

Haal het VoiceProfileType op uit het VoiceProfile.

Retouren

operator SPXVOICEPROFILEHANDLE

Syntaxis: public inline explicit operator SPXVOICEPROFILEHANDLE ( );

Interne. Expliciete conversieoperator.

Retouren

Een handvat.

FromId

Syntaxis: public inline static std::shared_ptr< VoiceProfile > FromId ( const SPXSTRING & Id , VoiceProfileType voiceProfileType );