C# Class SwfDotNet.IO.Tags.StartSoundTag

StartSound tag instructs the player to start or stop playing a sound defined using the DefineSoundTag class.

This tag was introduced in Flash 1.

Inheritance: BaseTag
显示文件 Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
GetSizeOf ( ) : int

Gets the size of.

ReadData ( byte version, BufferedBinaryReader binaryReader ) : void

see base class

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

StartSoundTag ( ) : System

Creates a new StartSoundTag instance.

StartSoundTag ( ushort soundId, SoundInfo soundInfo ) : System

Creates a new StartSoundTag instance.

UpdateData ( byte version ) : void

see base class

Method Details

GetSizeOf() public method

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

ReadData() public method

see base class
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader
return void

Serialize() public method

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

StartSoundTag() public method

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

StartSoundTag() public method

Creates a new StartSoundTag instance.
public StartSoundTag ( ushort soundId, SoundInfo soundInfo ) : System
soundId ushort Sound id.
soundInfo SwfDotNet.IO.Tags.Types.SoundInfo Sound info.
return System

UpdateData() public method

see base class
public UpdateData ( byte version ) : void
version byte
return void