C# 클래스 Tachycardia.Sound.BGM.OggPlayer

파일 보기 프로젝트 열기: secred/Tachycardia 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_Source uint

Private Properties

프로퍼티 타입 설명
DestroySource bool
InitSource bool
PlayThread void
StateChange void
StateChange void
UnPause void

공개 메소드들

메소드 설명
Dispose ( ) : void
OggPlayer ( ) : System
Pause ( ) : void
Playback ( ) : void
SetCurrentFile ( OggFile NewFile1 ) : bool
SetCurrentFile ( string NewFilename ) : bool
Stop ( ) : void

비공개 메소드들

메소드 설명
DestroySource ( ) : bool
InitSource ( ) : bool
PlayThread ( ) : void
StateChange ( OggPlayerStatus NewState ) : void
StateChange ( OggPlayerStatus NewState, OggPlayerStateChanger Reason ) : void
UnPause ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OggPlayer() 공개 메소드

public OggPlayer ( ) : System
리턴 System

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Playback() 공개 메소드

public Playback ( ) : void
리턴 void

SetCurrentFile() 공개 메소드

public SetCurrentFile ( OggFile NewFile1 ) : bool
NewFile1 OggFile
리턴 bool

SetCurrentFile() 공개 메소드

public SetCurrentFile ( string NewFilename ) : bool
NewFilename string
리턴 bool

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

m_Source 공개적으로 프로퍼티

public uint m_Source
리턴 uint