C# 클래스 CSharpRTMP.Core.Protocols.Rtmfp.Sample

파일 보기 프로젝트 열기: langhuihui/csharprtmp

공개 프로퍼티들

프로퍼티 타입 설명
LatencyGradient long
Lost uint
Received uint
Size uint
Time System.DateTime

공개 메소드들

메소드 설명
Sample ( System.DateTime time, uint received, uint lost, uint size, long latencyGradient ) : System

메소드 상세

Sample() 공개 메소드

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
리턴 System

프로퍼티 상세

LatencyGradient 공개적으로 프로퍼티

public long LatencyGradient
리턴 long

Lost 공개적으로 프로퍼티

public uint Lost
리턴 uint

Received 공개적으로 프로퍼티

public uint Received
리턴 uint

Size 공개적으로 프로퍼티

public uint Size
리턴 uint

Time 공개적으로 프로퍼티

public DateTime,System Time
리턴 System.DateTime