C# Class DatDigger.Sections.Sound.AdpcmWave

Voice encoded as ADPCM
Inheritance: IWave, DatDigger.Sound.IPlayable
Mostra file Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Private Properties

Property Type Description
ReadHeader void

Public Methods

Method Description
LoadData ( BinaryReaderEx reader ) : void

Private Methods

Method Description
ReadHeader ( BinaryReaderEx reader ) : void

Method Details

LoadData() public method

public LoadData ( BinaryReaderEx reader ) : void
reader BinaryReaderEx
return void