C# Class NewTOAPIA.Net.Rtp.RtpEvents.FrameOutOfSequenceEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
LostFrames int
Message string
RtpStream RtpStream

Public Methods

Method Description
FrameOutOfSequenceEventArgs ( RtpStream rtpStream, int lostFrames, string message ) : System

Method Details

FrameOutOfSequenceEventArgs() public method

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

Property Details

LostFrames public_oe property

public int LostFrames
return int

Message public_oe property

public string Message
return string

RtpStream public_oe property

public RtpStream RtpStream
return RtpStream