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

SoundEnvelope
Inheritance: ISwfSerializer
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method 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 method

Gets the size of.
public static GetSizeOf ( ) : int
return int

ReadData() public method

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

Serialize() public method

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
return void

SoundEnvelope() public method

Creates a new SoundEnvelope instance.
public SoundEnvelope ( ) : System
return System

SoundEnvelope() public method

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.
return System

WriteTo() public method

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