SoundPlayer.Stream プロパティ

定義

.wav ファイルの読み込み元の Stream を取得または設定します。

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

プロパティ値

.wav ファイルの読み込み元の Stream。使用できるストリームがない場合は null。 既定値は、null です。

注釈

このプロパティは、 プロパティがSoundLocation新しく有効なサウンドの場所に設定されている場合に にnull設定されます。

適用対象

こちらもご覧ください