Property | Type | Description | |
---|---|---|---|
DataOffset | int | ||
DataSize | int | ||
FileName | string | ||
Id | int | ||
ValueOffset | int | ||
memory | byte[] | ||
memsize | int | ||
props | List |
||
sp | System.Media.SoundPlayer |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
public ExtractToFile ( string pathtoafc = "", string name = "", bool askSaveLoc = true ) : void | ||
pathtoafc | string | |
name | string | |
askSaveLoc | bool | |
return | void |
public ImportFromFile ( string path, string pathtoafc = "" ) : void | ||
path | string | |
pathtoafc | string | |
return | void |
public WwiseStream ( ME3Package pcc, int index ) : System | ||
pcc | ME3Package | |
index | int | |
return | System |