C# 클래스 TagTool.Sounds.SoundBank

A Wwise sound bank.
파일 보기 프로젝트 열기: TheGuardians/TagTool 1 사용 예제들

공개 메소드들

메소드 설명
FindEventById ( uint id ) : SoundBankEvent

Finds an event in the sound bank by ID.

FindFileById ( uint id ) : SoundBankFile

Finds a file in the sound bank by ID.

SoundBank ( EndianReader reader ) : System.Collections.Generic

Loads a SoundBank from a stream.

SoundBank ( EndianReader reader, long fileSize ) : System.Collections.Generic

Loads a SoundBank from a stream.

비공개 메소드들

메소드 설명
ReadBlocks ( EndianReader reader, long fileSize ) : void
ReadFiles ( EndianReader reader, long blockSize ) : void
ReadHeader ( EndianReader reader ) : void
ReadObjects ( EndianReader reader ) : void

메소드 상세

FindEventById() 공개 메소드

Finds an event in the sound bank by ID.
public FindEventById ( uint id ) : SoundBankEvent
id uint The ID of the event to find.
리턴 SoundBankEvent

FindFileById() 공개 메소드

Finds a file in the sound bank by ID.
public FindFileById ( uint id ) : SoundBankFile
id uint The ID of the file to find.
리턴 SoundBankFile

SoundBank() 공개 메소드

Loads a SoundBank from a stream.
public SoundBank ( EndianReader reader ) : System.Collections.Generic
reader TagTool.IO.EndianReader The EndianReader to read from.
리턴 System.Collections.Generic

SoundBank() 공개 메소드

Loads a SoundBank from a stream.
public SoundBank ( EndianReader reader, long fileSize ) : System.Collections.Generic
reader TagTool.IO.EndianReader The EndianReader to read from.
fileSize long The size of the bank file if embedded in a stream.
리턴 System.Collections.Generic