Method

SpielVoiceget_languages

since: 1.0

Declaration [src]

const char* const*
spiel_voice_get_languages (
  SpielVoice* self
)

Description [src]

Gets the list of supported languages.

Available since: 1.0

Gets propertySpiel.Voice:languages

Return value

Type: An array of utf8

A list of BCP 47 tags.

The array is NULL-terminated.
The data is owned by the instance.
Each element is a NUL terminated UTF-8 string.