Dela via


class Speaker::VoiceProfile

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

Klass för VoiceProfile. Har lagts till i version 1.12.0.

Medlemmar

~VoiceProfile

Syntax: public inline virtual ~VoiceProfile ( );

Destructor.

GetId

Syntax: public inline const SPXSTRING GetId ( ) const;

Hämta ett röstprofil-ID.

Returer

röstprofilens ID.

GetType

Syntax: public inline VoiceProfileType GetType ( ) const;

Hämta VoiceProfileType från VoiceProfile.

Returer

operatorN SPXVOICEPROFILEHANDLE

Syntax: public inline explicit operator SPXVOICEPROFILEHANDLE ( );

Interna. Explicit konverteringsoperator.

Returer

Ett handtag.

FromId

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