C# Class RTMP.FlvTag

Afficher le fichier Open project: Austech/RTMP-CSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Data byte[]
Length byte[]
StreamId byte[]
TagType TagTypes
TimeStamp byte[]
TimeStampNormal byte[]

Méthodes publiques

Méthode Description
FlvTag ( ) : System
Load ( EndianBinaryReader reader ) : void
Reset ( ) : void

Method Details

FlvTag() public méthode

public FlvTag ( ) : System
Résultat System

Load() public méthode

public Load ( EndianBinaryReader reader ) : void
reader EndianBinaryReader
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

Data public_oe property

public byte[] Data
Résultat byte[]

Length public_oe property

public byte[] Length
Résultat byte[]

StreamId public_oe property

public byte[] StreamId
Résultat byte[]

TagType public_oe property

public TagTypes TagType
Résultat TagTypes

TimeStamp public_oe property

public byte[] TimeStamp
Résultat byte[]

TimeStampNormal public_oe property

public byte[] TimeStampNormal
Résultat byte[]