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
Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
SamplesDecoderEnd bool

Private Properties

Property Type Description
ISoundDecoder CSPspEmu.Core.Audio.StereoShortSoundSample

Public Methods

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

Private Methods

Method Description
ISoundDecoder ( ) : StereoShortSoundSample

Method Details

GetAllDecodedSamples() public method

public GetAllDecodedSamples ( ) : CSPspEmu.Core.Audio.StereoShortSoundSample[]
return CSPspEmu.Core.Audio.StereoShortSoundSample[]

ISoundDecoder() public method

public ISoundDecoder ( ) : void
return void

ISoundDecoder() public method

public ISoundDecoder ( int LoopCount ) : void
LoopCount int
return void

SaveToWav() public method

public SaveToWav ( String FileName ) : void
FileName String
return void

Vag() public method

public Vag ( byte DataPointer, int DataLength ) : System
DataPointer byte
DataLength int
return System

Property Details

SamplesDecoderEnd public property

public bool SamplesDecoderEnd
return bool