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

Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Protected Properties

Свойство Type Description
BinaryWriter System.IO.BinaryWriter
Stream Stream

Méthodes publiques

Méthode Description
WaveStream ( ) : System
WriteWave ( Stream Stream, StereoShortSoundSample Samples ) : void
WriteWave ( String FileName, StereoShortSoundSample Samples ) : void

Méthodes protégées

Méthode Description
WriteChunk ( string Name, System.Action Writer ) : void

Method Details

WaveStream() public méthode

public WaveStream ( ) : System
Résultat System

WriteChunk() protected méthode

protected WriteChunk ( string Name, System.Action Writer ) : void
Name string
Writer System.Action
Résultat void

WriteWave() public méthode

public WriteWave ( Stream Stream, StereoShortSoundSample Samples ) : void
Stream Stream
Samples CSPspEmu.Core.Audio.StereoShortSoundSample
Résultat void

WriteWave() public méthode

public WriteWave ( String FileName, StereoShortSoundSample Samples ) : void
FileName String
Samples CSPspEmu.Core.Audio.StereoShortSoundSample
Résultat void

Property Details

BinaryWriter protected_oe property

protected BinaryWriter,System.IO BinaryWriter
Résultat System.IO.BinaryWriter

Stream protected_oe property

protected Stream Stream
Résultat Stream