C# Class DatDigger.Sections.Sound.VorbisWave

Voice containing Ogg Vorbis data
Inheritance: IWave, DatDigger.Sound.IPlayableStream
Mostra file Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DecodeWave ( BinaryReaderEx reader ) : void
Dispose ( ) : void
GetWaveData ( byte buffer, int length ) : int
LoadData ( BinaryReaderEx reader ) : void

Method Details

DecodeWave() public method

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

Dispose() public method

public Dispose ( ) : void
return void

GetWaveData() public method

public GetWaveData ( byte buffer, int length ) : int
buffer byte
length int
return int

LoadData() public method

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