C# Class Glare.Audio.FilterAudioStream

Inheritance: AudioStream
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
Close ( ) : void
FilterAudioStream ( AudioStream source, bool closeSourceOnClose = false ) : System
Read ( byte buffer, int offset, int count ) : int

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

FilterAudioStream() public méthode

public FilterAudioStream ( AudioStream source, bool closeSourceOnClose = false ) : System
source AudioStream
closeSourceOnClose bool
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int