C# Class SwfDotNet.IO.Tags.SoundStreamHead2Tag

SoundStreamHead2Tag defines an sound compressed using different compression formats that is streamed in tight synchronisation with the movie being played.

Inheritance: BaseTag
Show file 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.

SoundStreamHead2Tag ( ) : System

Creates a new SoundStreamHead2Tag instance.

SoundStreamHead2Tag ( uint playbackSoundRate, uint playbackSoundSize, uint playbackSoundType, uint streamSoundCompression, uint streamSoundRate, uint streamSoundSize, uint streamSoundType, ushort streamSoundSampleCount, short latencySeek ) : System

Creates a new SoundStreamHead2Tag 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

SoundStreamHead2Tag() public method

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

SoundStreamHead2Tag() public method

Creates a new SoundStreamHead2Tag instance.
public SoundStreamHead2Tag ( uint playbackSoundRate, uint playbackSoundSize, uint playbackSoundType, uint streamSoundCompression, uint streamSoundRate, uint streamSoundSize, uint streamSoundType, ushort streamSoundSampleCount, short latencySeek ) : System
playbackSoundRate uint Playback sound rate.
playbackSoundSize uint Size of the playback sound.
playbackSoundType uint Playback sound type.
streamSoundCompression uint Stream sound compression.
streamSoundRate uint Stream sound rate.
streamSoundSize uint Size of the stream sound.
streamSoundType uint Stream sound type.
streamSoundSampleCount ushort Stream sound sample count.
latencySeek short Latency seek.
return System

UpdateData() public method

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