C# Класс SwfDotNet.IO.Tags.SoundStreamHead2Tag

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

Наследование: BaseTag
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetSizeOf() публичный Метод

Gets the size of.
public GetSizeOf ( ) : int
Результат int

ReadData() публичный Метод

see base class
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader
Результат void

Serialize() публичный Метод

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Результат void

SoundStreamHead2Tag() публичный Метод

Creates a new SoundStreamHead2Tag instance.
public SoundStreamHead2Tag ( ) : System
Результат System

SoundStreamHead2Tag() публичный Метод

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.
Результат System

UpdateData() публичный Метод

see base class
public UpdateData ( byte version ) : void
version byte
Результат void