C# Class CSPspEmu.Hle.Formats.audio.WaveStream

Show file Open project: soywiz/cspspemu Class Usage Examples

Protected Properties

Property Type Description
BinaryWriter System.IO.BinaryWriter
Stream Stream

Public Methods

Method Description
WaveStream ( ) : System
WriteWave ( Stream Stream, StereoShortSoundSample Samples ) : void
WriteWave ( String FileName, StereoShortSoundSample Samples ) : void

Protected Methods

Method Description
WriteChunk ( string Name, System.Action Writer ) : void

Method Details

WaveStream() public method

public WaveStream ( ) : System
return System

WriteChunk() protected method

protected WriteChunk ( string Name, System.Action Writer ) : void
Name string
Writer System.Action
return void

WriteWave() public method

public WriteWave ( Stream Stream, StereoShortSoundSample Samples ) : void
Stream Stream
Samples CSPspEmu.Core.Audio.StereoShortSoundSample
return void

WriteWave() public method

public WriteWave ( String FileName, StereoShortSoundSample Samples ) : void
FileName String
Samples CSPspEmu.Core.Audio.StereoShortSoundSample
return void

Property Details

BinaryWriter protected property

protected BinaryWriter,System.IO BinaryWriter
return System.IO.BinaryWriter

Stream protected property

protected Stream Stream
return Stream