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

속성 값

Stream

로드할 .wav 파일이 포함된 Stream이거나, 사용할 수 있는 스트림이 없는 경우 null입니다. 기본값은 null입니다.

설명

이 속성은 속성이 새롭고 유효한 사운드 위치로 설정된 경우 SoundLocation 로 설정 null 됩니다.

적용 대상

추가 정보