C# 클래스 NewTOAPIA.Net.Rtp.RtpEvents.FrameOutOfSequenceEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 프로퍼티들

프로퍼티 타입 설명
LostFrames int
Message string
RtpStream RtpStream

공개 메소드들

메소드 설명
FrameOutOfSequenceEventArgs ( RtpStream rtpStream, int lostFrames, string message ) : System

메소드 상세

FrameOutOfSequenceEventArgs() 공개 메소드

public FrameOutOfSequenceEventArgs ( RtpStream rtpStream, int lostFrames, string message ) : System
rtpStream RtpStream
lostFrames int
message string
리턴 System

프로퍼티 상세

LostFrames 공개적으로 프로퍼티

public int LostFrames
리턴 int

Message 공개적으로 프로퍼티

public string Message
리턴 string

RtpStream 공개적으로 프로퍼티

public RtpStream RtpStream
리턴 RtpStream