C# 클래스 TestApp.ConsoleLogger

상속: NVorbis.OpenTKSupport.LoggerBase
파일 보기 프로젝트 열기: renaudbedard/nvorbis 1 사용 예제들

공개 메소드들

메소드 설명
Log ( LogEvent eventType, OggStream stream ) : void
Log ( LogEventBoolean eventType, bool context ) : void
Log ( LogEventSingle eventType, float context ) : void
SetStreamIndex ( OggStream stream, int index ) : void
Write ( string text, int x = null, int y = null ) : void

비공개 메소드들

메소드 설명
SetHOffset ( OggStream stream, int offset ) : void

메소드 상세

Log() 공개 메소드

public Log ( LogEvent eventType, OggStream stream ) : void
eventType LogEvent
stream NVorbis.OpenTKSupport.OggStream
리턴 void

Log() 공개 메소드

public Log ( LogEventBoolean eventType, bool context ) : void
eventType LogEventBoolean
context bool
리턴 void

Log() 공개 메소드

public Log ( LogEventSingle eventType, float context ) : void
eventType LogEventSingle
context float
리턴 void

SetStreamIndex() 공개 메소드

public SetStreamIndex ( OggStream stream, int index ) : void
stream NVorbis.OpenTKSupport.OggStream
index int
리턴 void

Write() 공개 메소드

public Write ( string text, int x = null, int y = null ) : void
text string
x int
y int
리턴 void