C# Class TestApp.ConsoleLogger

Inheritance: NVorbis.OpenTKSupport.LoggerBase
Afficher le fichier Open project: renaudbedard/nvorbis Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
SetHOffset ( OggStream stream, int offset ) : void

Method Details

Log() public méthode

public Log ( LogEvent eventType, OggStream stream ) : void
eventType LogEvent
stream NVorbis.OpenTKSupport.OggStream
Résultat void

Log() public méthode

public Log ( LogEventBoolean eventType, bool context ) : void
eventType LogEventBoolean
context bool
Résultat void

Log() public méthode

public Log ( LogEventSingle eventType, float context ) : void
eventType LogEventSingle
context float
Résultat void

SetStreamIndex() public méthode

public SetStreamIndex ( OggStream stream, int index ) : void
stream NVorbis.OpenTKSupport.OggStream
index int
Résultat void

Write() public méthode

public Write ( string text, int x = null, int y = null ) : void
text string
x int
y int
Résultat void