SoundPlayer.Stream 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要由其載入 .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
為 。