C# Class SwfDotNet.IO.Tags.Types.SoundEnvelope

SoundEnvelope
Inheritance: ISwfSerializer
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode Description
GetSizeOf ( ) : int

Gets the size of.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

SoundEnvelope ( ) : System

Creates a new SoundEnvelope instance.

SoundEnvelope ( uint pos44, ushort leftLevel, ushort rightLevel ) : System

Creates a new SoundEnvelope instance.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer.

Method Details

GetSizeOf() public static méthode

Gets the size of.
public static GetSizeOf ( ) : int
Résultat int

ReadData() public méthode

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
Résultat void

Serialize() public méthode

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Résultat void

SoundEnvelope() public méthode

Creates a new SoundEnvelope instance.
public SoundEnvelope ( ) : System
Résultat System

SoundEnvelope() public méthode

Creates a new SoundEnvelope instance.
public SoundEnvelope ( uint pos44, ushort leftLevel, ushort rightLevel ) : System
pos44 uint Pos44.
leftLevel ushort Left level.
rightLevel ushort Right level.
Résultat System

WriteTo() public méthode

Writes to a binary writer.
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
Résultat void