SpeechSynthesisStream.ContentType プロパティ

定義

SpeechSynthesisStream のコンテンツの MIME の種類を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

ストリームの MIME の種類 (オーディオ/wav)。

実装

適用対象

こちらもご覧ください