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

Based on jpcsp. gid15 work. http://code.google.com/p/jpcsp/source/browse/trunk/src/jpcsp/sound/SampleSourceVAG.java?r=1995
Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство Type Description
SamplesDecoderEnd bool

Private Properties

Свойство Type Description
ISoundDecoder CSPspEmu.Core.Audio.StereoShortSoundSample

Méthodes publiques

Méthode Description
GetAllDecodedSamples ( ) : CSPspEmu.Core.Audio.StereoShortSoundSample[]
ISoundDecoder ( ) : void
ISoundDecoder ( int LoopCount ) : void
SaveToWav ( String FileName ) : void
Vag ( byte DataPointer, int DataLength ) : System

Private Methods

Méthode Description
ISoundDecoder ( ) : StereoShortSoundSample

Method Details

GetAllDecodedSamples() public méthode

public GetAllDecodedSamples ( ) : CSPspEmu.Core.Audio.StereoShortSoundSample[]
Résultat CSPspEmu.Core.Audio.StereoShortSoundSample[]

ISoundDecoder() public méthode

public ISoundDecoder ( ) : void
Résultat void

ISoundDecoder() public méthode

public ISoundDecoder ( int LoopCount ) : void
LoopCount int
Résultat void

SaveToWav() public méthode

public SaveToWav ( String FileName ) : void
FileName String
Résultat void

Vag() public méthode

public Vag ( byte DataPointer, int DataLength ) : System
DataPointer byte
DataLength int
Résultat System

Property Details

SamplesDecoderEnd public_oe property

public bool SamplesDecoderEnd
Résultat bool