pembicara kelas::VoiceProfile

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

Kelas untuk VoiceProfile. Ditambahkan dalam versi 1.12.0.

Anggota

~VoiceProfile

Sitnaksis: public inline virtual ~VoiceProfile ( );

Destruktor.

GetId

Sitnaksis: public inline const SPXSTRING GetId ( ) const;

Dapatkan id profil suara.

Mengembalikan

id profil suara.

GetType

Sitnaksis: public inline VoiceProfileType GetType ( ) const;

Dapatkan VoiceProfileType dari VoiceProfile.

Mengembalikan

operator SPXVOICEPROFILEHANDLE

Sitnaksis: public inline explicit operator SPXVOICEPROFILEHANDLE ( );

Internal. Operator konversi eksplisit.

Mengembalikan

Pegangan.

FromId

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