C# 클래스 Gablarski.OpenAL.PlaybackDevice

상속: Device
파일 보기 프로젝트 열기: ermau/Gablarski 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
CreateAndActivateContext ( ) : Context

Creates, activates and returns a new device context.

CreateContext ( ) : Context

Creates and returns a new device context.

Open ( ) : PlaybackDevice

Opens the device.

보호된 메소드들

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

비공개 메소드들

메소드 설명
PlaybackDevice ( string deviceName ) : System
alcCloseDevice ( IntPtr handle ) : IntPtr
alcOpenDevice ( string deviceName ) : IntPtr

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

CreateAndActivateContext() 공개 메소드

Creates, activates and returns a new device context.
public CreateAndActivateContext ( ) : Context
리턴 Context

CreateContext() 공개 메소드

Creates and returns a new device context.
public CreateContext ( ) : Context
리턴 Context

Dispose() 보호된 메소드

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

Open() 공개 메소드

Opens the device.
public Open ( ) : PlaybackDevice
리턴 PlaybackDevice