C# Class Glare.Audio.FilterAudioStream

Inheritance: AudioStream
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

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

Method Details

Close() public method

public Close ( ) : void
return void

FilterAudioStream() public method

public FilterAudioStream ( AudioStream source, bool closeSourceOnClose = false ) : System
source AudioStream
closeSourceOnClose bool
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int