C# 클래스 RocksmithToolkitLib.DLCPackage.SoundBankGenerator

RS1 SoundBank(.BNK) generator class
파일 보기 프로젝트 열기: rscustom/rocksmith-custom-song-toolkit

공개 메소드들

메소드 설명
GenerateSoundBank ( string soundbankName, Stream audioStream, Stream outStream, float volume, System.Platform platform ) : string
GetOffsets ( this platform ) : IList

비공개 메소드들

메소드 설명
HashString ( String str ) : uint

메소드 상세

GenerateSoundBank() 공개 정적인 메소드

public static GenerateSoundBank ( string soundbankName, Stream audioStream, Stream outStream, float volume, System.Platform platform ) : string
soundbankName string
audioStream Stream
outStream Stream
volume float
platform System.Platform
리턴 string

GetOffsets() 공개 정적인 메소드

public static GetOffsets ( this platform ) : IList
platform this
리턴 IList