Partager via


speaker::VoiceProfile, classe

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

Classe pour VoiceProfile. Ajout dans la version 1.12.0.

Membres

~VoiceProfile

Syntaxe : public inline virtual ~VoiceProfile ( );

Destructeur.

GetId

Syntaxe : public inline const SPXSTRING GetId ( ) const;

Obtenir un ID de profil vocal.

Retours

ID de profil vocal.

GetType

Syntaxe : public inline VoiceProfileType GetType ( ) const;

Obtenez le VoiceProfileType à partir de VoiceProfile.

Retours

opérateur SPXVOICEPROFILEHANDLE

Syntaxe : public inline explicit operator SPXVOICEPROFILEHANDLE ( );

Internes. Opérateur de conversion explicite.

Retours

Handle.

FromId

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