Klasse Lautsprecher::VoiceProfile
class Speaker::VoiceProfile
: public std::enable_shared_from_this< VoiceProfile >
Klasse für VoiceProfile. In Version 1.12.0 hinzugefügt.
Member
~VoiceProfile
Syntax: public inline virtual ~VoiceProfile ( );
Destruktor.
GetId
Syntax: public inline const SPXSTRING GetId ( ) const;
Rufen Sie eine Sprachprofil-ID ab.
Gibt zurück
die Sprachprofil-ID.
GetType
Syntax: public inline VoiceProfileType GetType ( ) const;
Rufen Sie den VoiceProfileType aus dem VoiceProfile-Objekt ab.
Gibt zurück
Operator SPXVOICEPROFILEHANDLE
Syntax: public inline explicit operator SPXVOICEPROFILEHANDLE ( );
Intern. Expliziter Konvertierungsoperator.
Gibt zurück
Ein Handler.
FromId
Syntax: public inline static std::shared_ptr< VoiceProfile > FromId ( const SPXSTRING & Id , VoiceProfileType voiceProfileType );