C# Class CSharpRTMP.Core.Protocols.Rtmfp.Sample

Datei anzeigen Open project: langhuihui/csharprtmp

Public Properties

Property Type Description
LatencyGradient long
Lost uint
Received uint
Size uint
Time System.DateTime

Public Methods

Method Description
Sample ( System.DateTime time, uint received, uint lost, uint size, long latencyGradient ) : System

Method Details

Sample() public method

public Sample ( System.DateTime time, uint received, uint lost, uint size, long latencyGradient ) : System
time System.DateTime
received uint
lost uint
size uint
latencyGradient long
return System

Property Details

LatencyGradient public_oe property

public long LatencyGradient
return long

Lost public_oe property

public uint Lost
return uint

Received public_oe property

public uint Received
return uint

Size public_oe property

public uint Size
return uint

Time public_oe property

public DateTime,System Time
return System.DateTime