C# Class RTMP.FlvTag

Mostra file Open project: Austech/RTMP-CSharp Class Usage Examples

Public Properties

Property Type Description
Data byte[]
Length byte[]
StreamId byte[]
TagType TagTypes
TimeStamp byte[]
TimeStampNormal byte[]

Public Methods

Method Description
FlvTag ( ) : System
Load ( EndianBinaryReader reader ) : void
Reset ( ) : void

Method Details

FlvTag() public method

public FlvTag ( ) : System
return System

Load() public method

public Load ( EndianBinaryReader reader ) : void
reader EndianBinaryReader
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

Data public_oe property

public byte[] Data
return byte[]

Length public_oe property

public byte[] Length
return byte[]

StreamId public_oe property

public byte[] StreamId
return byte[]

TagType public_oe property

public TagTypes TagType
return TagTypes

TimeStamp public_oe property

public byte[] TimeStamp
return byte[]

TimeStampNormal public_oe property

public byte[] TimeStampNormal
return byte[]