SoundPlayer.Stream Właściwość

Definicja

Pobiera lub ustawia element Stream , z którego ma być ładowany plik .wav.

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

Wartość właściwości

Element Stream , z którego ma być ładowany plik .wav lub null jeśli strumień nie jest dostępny. Wartość domyślna to null.

Uwagi

Ta właściwość jest ustawiana na null wartość , gdy SoundLocation właściwość jest ustawiona na nową i prawidłową lokalizację dźwięku.

Dotyczy

Zobacz też