Condividi tramite


TextToSpeechOptions.AudioFormat Proprietà

Definizione

Ottiene o imposta il formato di output audio desiderato.

public:
 property System::String ^ AudioFormat { System::String ^ get(); void set(System::String ^ value); };
public string? AudioFormat { get; set; }
member this.AudioFormat : string with get, set
Public Property AudioFormat As String

Valore della proprietà

Commenti

Può trattarsi di un tipo di supporto (ad esempio, "audio/mpeg") o di un nome di formato specifico del provider (ad esempio, "mp3", "wav", "opus"). Se non specificato, viene usato il formato predefinito del provider.

Si applica a