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

Inheritance: System.EventArgs
Show file Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
LostPackets int
Message string
RtpStream RtpStream

Public Methods

Method Description
PacketOutOfSequenceEventArgs ( RtpStream rtpStream, int lostPackets, string message ) : System

Method Details

PacketOutOfSequenceEventArgs() public method

public PacketOutOfSequenceEventArgs ( RtpStream rtpStream, int lostPackets, string message ) : System
rtpStream RtpStream
lostPackets int
message string
return System

Property Details

LostPackets public property

public int LostPackets
return int

Message public property

public string Message
return string

RtpStream public property

public RtpStream RtpStream
return RtpStream