C# 클래스 Gablarski.OpenAL.Context

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

공개 메소드들

메소드 설명
Activate ( ) : void
Create ( PlaybackDevice device ) : Context
CreateAndActivate ( PlaybackDevice device ) : Context
Dispose ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
Context ( IntPtr handle, PlaybackDevice device ) : System
alcCreateContext ( IntPtr device, IntPtr attrlist ) : IntPtr
alcDestroyContext ( IntPtr context ) : void
alcGetContextsDevice ( IntPtr context ) : IntPtr
alcGetCurrentContext ( ) : IntPtr
alcMakeContextCurrent ( IntPtr context ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

Create() 공개 정적인 메소드

public static Create ( PlaybackDevice device ) : Context
device PlaybackDevice
리턴 Context

CreateAndActivate() 공개 정적인 메소드

public static CreateAndActivate ( PlaybackDevice device ) : Context
device PlaybackDevice
리턴 Context

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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