Méthode | Description | |
---|---|---|
DecompileToFile ( string fileName ) : void |
Decompiles to file.
|
|
DefineSoundTag ( ) : System |
Creates a new DefineSoundTag instance.
|
|
DefineSoundTag ( ushort soundId, uint soundFormat, uint soundRate, uint soundSize, uint soundType, uint soundSampleCount, byte soundData ) : System |
Creates a new DefineSoundTag instance.
|
|
FromFile ( ushort characterId, string fileName ) : |
Construct a new DefineSoundTag object from a file. This method assigns file stream data and character Id, but not get audio file properties (as format, bitrate, etc.).
|
|
FromStream ( ushort characterId, Stream stream ) : |
Construct a new DefineSoundTag object from a stream. This method assigns file stream data and character Id, but not get audio file properties (as format, bitrate, etc.).
|
|
GetSizeOf ( ) : int |
Gets the size of.
|
|
ReadData ( byte version, |
see
|
|
Serialize ( |
Serializes with the specified writer.
|
|
UpdateData ( byte version ) : void |
see
|
Méthode | Description | |
---|---|---|
DecompileToStream ( Stream stream ) : void |
Decompiles to stream.
|
public DecompileToFile ( string fileName ) : void | ||
fileName | string | Name of the file. |
Résultat | void |
public DefineSoundTag ( ushort soundId, uint soundFormat, uint soundRate, uint soundSize, uint soundType, uint soundSampleCount, byte soundData ) : System | ||
soundId | ushort | Sound id. |
soundFormat | uint | Sound format. |
soundRate | uint | Sound rate. |
soundSize | uint | Size of the sound. |
soundType | uint | Sound type. |
soundSampleCount | uint | Sound sample count. |
soundData | byte | Sound data. |
Résultat | System |
public static FromFile ( ushort characterId, string fileName ) : |
||
characterId | ushort | Character id. |
fileName | string | Name of the file. |
Résultat |
public static FromStream ( ushort characterId, Stream stream ) : |
||
characterId | ushort | Character id. |
stream | Stream | Stream. |
Résultat |
public ReadData ( byte version, |
||
version | byte | |
binaryReader | ||
Résultat | void |
public Serialize ( |
||
writer | Writer. | |
Résultat | void |