C# 클래스 TagTool.Sounds.SoundFormatDetection

Provides methods for identifying Wwise sound formats.
파일 보기 프로젝트 열기: TheGuardians/TagTool

공개 메소드들

메소드 설명
DetectFormat ( RIFX rifx ) : SoundFormat

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

메소드 상세

DetectFormat() 공개 정적인 메소드

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.
리턴 SoundFormat