SystemSound 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SystemSound(NSUrl) |
로컬 파일에서 시스템 사운드를 만듭니다. |
SystemSound(UInt32) |
SystemSound(NSUrl)
로컬 파일에서 시스템 사운드를 만듭니다.
public SystemSound (Foundation.NSUrl fileUrl);
new AudioToolbox.SystemSound : Foundation.NSUrl -> AudioToolbox.SystemSound
매개 변수
- fileUrl
- NSUrl
로컬 파일의 URL입니다.
설명
시스템 소리는 30초 이하로 제한됩니다. 오류가 발생하면 이 생성자가 예외를 throw합니다. 예외를 방지하고 오류 발생 시에 null을 얻으려면 FromFile 메서드를 호출합니다.
적용 대상
SystemSound(UInt32)
public SystemSound (uint soundId);
new AudioToolbox.SystemSound : uint32 -> AudioToolbox.SystemSound
매개 변수
- soundId
- UInt32