C# Class SwfDotNet.IO.Tags.FlvBaseTag

FlvBaseTag.
Show file Open project: bladecoding/SwfExport Class Usage Examples

Protected Properties

Property Type Description
dataSize uint
tagType FlvTagCodeEnum
timeStamp uint

Public Methods

Method Description
FlvBaseTag ( ) : System

Creates a new FlvBaseTag instance.

ReadData ( byte version, BufferedBinaryReader binaryReader ) : void

Reads the data.

UpdateData ( byte version ) : void

Updates the data.

Method Details

FlvBaseTag() public method

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

ReadData() public method

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

UpdateData() public method

Updates the data.
public UpdateData ( byte version ) : void
version byte Version.
return void

Property Details

dataSize protected property

Size of the tag
protected uint dataSize
return uint

tagType protected property

Tag type
protected FlvTagCodeEnum tagType
return FlvTagCodeEnum

timeStamp protected property

Timestamp
protected uint timeStamp
return uint