C# Class ME3Explorer.Unreal.Classes.WwiseStream

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
DataOffset int
DataSize int
FileName string
Id int
ValueOffset int
memory byte[]
memsize int
props List
sp System.Media.SoundPlayer

Méthodes publiques

Méthode 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

Private Methods

Méthode 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

Method Details

Deserialize() public méthode

public Deserialize ( ME3Package pcc ) : void
pcc ME3Package
Résultat void

ExtractToFile() public méthode

public ExtractToFile ( string pathtoafc = "", string name = "", bool askSaveLoc = true ) : void
pathtoafc string
name string
askSaveLoc bool
Résultat void

ImportFromFile() public méthode

public ImportFromFile ( string path, string pathtoafc = "" ) : void
path string
pathtoafc string
Résultat void

Play() public méthode

public Play ( string pathtoafc = "" ) : void
pathtoafc string
Résultat void

WwiseStream() public méthode

public WwiseStream ( ) : System
Résultat System

WwiseStream() public méthode

public WwiseStream ( ME3Package pcc, int index ) : System
pcc ME3Package
index int
Résultat System

Property Details

DataOffset public_oe property

public int DataOffset
Résultat int

DataSize public_oe property

public int DataSize
Résultat int

FileName public_oe property

public string FileName
Résultat string

Id public_oe property

public int Id
Résultat int

ValueOffset public_oe property

public int ValueOffset
Résultat int

memory public_oe property

public byte[] memory
Résultat byte[]

memsize public_oe property

public int memsize
Résultat int

props public_oe property

public List props
Résultat List

sp public_oe property

public SoundPlayer,System.Media sp
Résultat System.Media.SoundPlayer