C# Class TagTool.Sounds.SoundInfo

Represents information about a sound.
Mostra file Open project: TheGuardians/TagTool Class Usage Examples

Public Methods

Method Description
SoundInfo ( EndianReader reader ) : TagTool.IO

Private Methods

Method Description
ReadEffects ( EndianReader reader ) : void
ReadPathDefinitions ( EndianReader reader ) : void
ReadPathPoints ( EndianReader reader ) : void
ReadPathRandomness ( EndianReader reader ) : void
ReadPaths ( EndianReader reader ) : void
ReadPositioningInfo ( EndianReader reader ) : void
ReadRTPCs ( EndianReader reader ) : void
ReadStateGroups ( EndianReader reader ) : void
ReadUserDefinedAuxiliarySends ( EndianReader reader ) : void

Method Details

SoundInfo() public method

public SoundInfo ( EndianReader reader ) : TagTool.IO
reader TagTool.IO.EndianReader
return TagTool.IO