C# 클래스 ME3Explorer.Unreal.Classes.WwiseStream

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DataOffset int
DataSize int
FileName string
Id int
ValueOffset int
memory byte[]
memsize int
props List
sp System.Media.SoundPlayer

공개 메소드들

메소드 설명
Deserialize ( ME3Package pcc ) : void
ExtractToFile ( string pathtoafc = "", string name = "", bool askSaveLoc = true ) : void
ImportFromFile ( string path, string pathtoafc = "" ) : void
Play ( string pathtoafc = "" ) : void
WwiseStream ( ) : System
WwiseStream ( ME3Package pcc, int index ) : System

비공개 메소드들

메소드 설명
ConvertRiffToWav ( ) : void
ExtractRawFromStream ( Stream fs ) : void
ExtractWav ( string path, string name = "", bool askSave = true ) : void
ImportWav ( string pathafc, string pathwav, int off ) : void
ModifyHeader ( byte nw, byte old ) : byte[]
PlayWave ( string path ) : void

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( ME3Package pcc ) : void
pcc ME3Package
리턴 void

ExtractToFile() 공개 메소드

public ExtractToFile ( string pathtoafc = "", string name = "", bool askSaveLoc = true ) : void
pathtoafc string
name string
askSaveLoc bool
리턴 void

ImportFromFile() 공개 메소드

public ImportFromFile ( string path, string pathtoafc = "" ) : void
path string
pathtoafc string
리턴 void

Play() 공개 메소드

public Play ( string pathtoafc = "" ) : void
pathtoafc string
리턴 void

WwiseStream() 공개 메소드

public WwiseStream ( ) : System
리턴 System

WwiseStream() 공개 메소드

public WwiseStream ( ME3Package pcc, int index ) : System
pcc ME3Package
index int
리턴 System

프로퍼티 상세

DataOffset 공개적으로 프로퍼티

public int DataOffset
리턴 int

DataSize 공개적으로 프로퍼티

public int DataSize
리턴 int

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

Id 공개적으로 프로퍼티

public int Id
리턴 int

ValueOffset 공개적으로 프로퍼티

public int ValueOffset
리턴 int

memory 공개적으로 프로퍼티

public byte[] memory
리턴 byte[]

memsize 공개적으로 프로퍼티

public int memsize
리턴 int

props 공개적으로 프로퍼티

public List props
리턴 List

sp 공개적으로 프로퍼티

public SoundPlayer,System.Media sp
리턴 System.Media.SoundPlayer