C# Class SwfDotNet.IO.Tags.FlvBaseTag

FlvBaseTag.
Mostra 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_oe property

Size of the tag
protected uint dataSize
return uint

tagType protected_oe property

Tag type
protected FlvTagCodeEnum tagType
return FlvTagCodeEnum

timeStamp protected_oe property

Timestamp
protected uint timeStamp
return uint