C# Class ASAPWavStream, asap

Inheritance: Stream
ファイルを表示 Open project: epi/asap Class Usage Examples

Public Methods

Method Description
ASAPWavStream ( string inputFilename, int song, int duration ) : System
Flush ( ) : void
Read ( byte outputBuffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin, origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Method Details

ASAPWavStream() public method

public ASAPWavStream ( string inputFilename, int song, int duration ) : System
inputFilename string
song int
duration int
return System

Flush() public method

public Flush ( ) : void
return void

Read() public method

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

Seek() public method

public Seek ( long offset, SeekOrigin, origin ) : long
offset long
origin SeekOrigin,
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void