Share via


SpeechSynthesisStream.ContentType Eigenschaft

Definition

Ruft den MIME-Typ des Inhalts von SpeechSynthesisStream ab.

public:
 property Platform::String ^ ContentType { Platform::String ^ get(); };
winrt::hstring ContentType();
public string ContentType { get; }
var string = speechSynthesisStream.contentType;
Public ReadOnly Property ContentType As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Der MIME-Typ (Audio/WAV) des Datenstroms.

Implementiert

Gilt für:

Weitere Informationen