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
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
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