C# Class SwfDotNet.IO.Tags.Types.H263VideoPacket

H263VideoPacket class
Inheritance: VideoPacket
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
GetSizeOf ( ) : int

Gets the size of.

H263VideoPacket ( ) : System

Creates a new H263VideoPacket instance.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes to the specified writer.

WriteTo ( BinaryWriter writer ) : void

Writes to.

Method Details

GetSizeOf() public method

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

H263VideoPacket() public method

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

ReadData() public method

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
return void

Serialize() public method

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

WriteTo() public method

Writes to.
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
return void