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
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

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

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

ReadData() public méthode

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

Serialize() public méthode

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

StartSoundTag() public méthode

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

StartSoundTag() public méthode

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

UpdateData() public méthode

see base class
public UpdateData ( byte version ) : void
version byte
Résultat void