C# Class TagTool.Sounds.SoundFormatDetection

Provides methods for identifying Wwise sound formats.
Show file Open project: TheGuardians/TagTool

Public Methods

Method Description
DetectFormat ( RIFX rifx ) : SoundFormat

Identifies the format of a Wwise sound based upon RIFX header information.

Method Details

DetectFormat() public static method

Identifies the format of a Wwise sound based upon RIFX header information.
public static DetectFormat ( RIFX rifx ) : SoundFormat
rifx RIFX The RIFX header information for the sound.
return SoundFormat