C# Class CSharpRTMP.Core.Protocols.Rtmfp.Message.FragmentInfo

Datei anzeigen Open project: langhuihui/csharprtmp

Public Properties

Property Type Description
Offset uint
Stage ulong

Public Methods

Method Description
FragmentInfo ( uint offset, ulong stage ) : System

Method Details

FragmentInfo() public method

public FragmentInfo ( uint offset, ulong stage ) : System
offset uint
stage ulong
return System

Property Details

Offset public_oe property

public uint Offset
return uint

Stage public_oe property

public ulong Stage
return ulong