C# 클래스 MonoMac.AudioToolbox.SystemSound

상속: INativeObject, IDisposable
파일 보기 프로젝트 열기: kangaroo/maccore

공개 프로퍼티들

프로퍼티 타입 설명
Vibrate SystemSound

공개 메소드들

메소드 설명
Close ( ) : void
FromFile ( NSUrl fileUrl ) : SystemSound
FromFile ( string filename ) : SystemSound
PlayAlertSound ( ) : void
PlaySystemSound ( ) : void
SystemSound ( NSUrl fileUrl ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AssertNotDisposed ( ) : void
AudioServicesCreateSystemSoundID ( IntPtr fileUrl, uint &soundId ) : AudioServiceErrors
AudioServicesDisposeSystemSoundID ( uint soundId ) : AudioServiceErrors
AudioServicesPlayAlertSound ( uint inSystemSoundID ) : void
AudioServicesPlaySystemSound ( uint inSystemSoundID ) : void
Cleanup ( bool checkForError ) : void
IDisposable ( ) : void
SystemSound ( uint soundId, bool ownsHandle ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FromFile() 공개 정적인 메소드

public static FromFile ( NSUrl fileUrl ) : SystemSound
fileUrl MonoMac.Foundation.NSUrl
리턴 SystemSound

FromFile() 공개 정적인 메소드

public static FromFile ( string filename ) : SystemSound
filename string
리턴 SystemSound

PlayAlertSound() 공개 메소드

public PlayAlertSound ( ) : void
리턴 void

PlaySystemSound() 공개 메소드

public PlaySystemSound ( ) : void
리턴 void

SystemSound() 공개 메소드

public SystemSound ( NSUrl fileUrl ) : System
fileUrl MonoMac.Foundation.NSUrl
리턴 System

프로퍼티 상세

Vibrate 공개적으로 정적으로 프로퍼티

public static SystemSound,MonoMac.AudioToolbox Vibrate
리턴 SystemSound