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

Show file 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 property

public long LatencyGradient
return long

Lost public property

public uint Lost
return uint

Received public property

public uint Received
return uint

Size public property

public uint Size
return uint

Time public property

public DateTime,System Time
return System.DateTime