C# Class SoundLibrary.Stream.Monaural.WaveStream

WaveReader からデータを読み出し続けるだけのストリーム。
Inheritance: System.Stream, IDisposable
Datei anzeigen Open project: ufcpp/UfcppSample

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
FillBuffer ( short buffer, int offset, int size ) : int
Skip ( int size ) : bool
WaveStream ( WaveReader reader ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

FillBuffer() public method

public FillBuffer ( short buffer, int offset, int size ) : int
buffer short
offset int
size int
return int

Skip() public method

public Skip ( int size ) : bool
size int
return bool

WaveStream() public method

public WaveStream ( WaveReader reader ) : System
reader SoundLibrary.Wave.WaveReader
return System