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

Inheritance: System.EventArgs
ファイルを表示 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_oe property

public int LostPackets
return int

Message public_oe property

public string Message
return string

RtpStream public_oe property

public RtpStream RtpStream
return RtpStream