다음을 통해 공유


SystemSound 생성자

정의

오버로드

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

적용 대상