SoundPlayer.Stream Proprietà

Definizione

Ottiene o imposta la classe Stream da cui caricare il file 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

Valore della proprietà

Classe Stream da cui caricare il file wav oppure null se non è disponibile alcun flusso. Il valore predefinito è null.

Commenti

Questa proprietà viene impostata su null quando la SoundLocation proprietà è impostata su una posizione audio nuova e valida.

Si applica a

Vedi anche