C# Class TagTool.Sounds.SoundFormatDetection

Provides methods for identifying Wwise sound formats.
Afficher le fichier Open project: TheGuardians/TagTool

Méthodes publiques

Méthode Description
DetectFormat ( RIFX rifx ) : SoundFormat

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

Method Details

DetectFormat() public static méthode

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.
Résultat SoundFormat