C# Class NVorbis.OpenTKSupport.OggStream

Inheritance: IDisposable
Afficher le fichier Open project: renaudbedard/nvorbis Class Usage Examples

Private Properties

Свойство Type Description
Close void
Empty void
Open void
StopPlayback void

Méthodes publiques

Méthode Description
Dispose ( ) : void
OggStream ( Stream stream, int bufferCount = DefaultBufferCount ) : System
OggStream ( string filename, int bufferCount = DefaultBufferCount ) : System
Pause ( ) : void
Play ( ) : void
Prepare ( ) : void
Resume ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
Close ( ) : void
Empty ( ) : void
Open ( bool precache = false ) : void
StopPlayback ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OggStream() public méthode

public OggStream ( Stream stream, int bufferCount = DefaultBufferCount ) : System
stream Stream
bufferCount int
Résultat System

OggStream() public méthode

public OggStream ( string filename, int bufferCount = DefaultBufferCount ) : System
filename string
bufferCount int
Résultat System

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

Prepare() public méthode

public Prepare ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void