C# Class NewTOAPIA.Net.Rtp.PacketOutOfSequenceException

OutOfOrder exception is thrown when issues are found with the Sequence or TimeStamp where they don't match up with the expected values an individual packet in a stream of Rtp packets should have. Note that this exception is also thrown by the RtpPacket class when using the RtpPacket.Next() method.
Inheritance: System.ApplicationException
ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
LostPackets int

Public Methods

Method Description
PacketOutOfSequenceException ( ) : System
PacketOutOfSequenceException ( string message ) : System
PacketOutOfSequenceException ( string message, Exception inner ) : System
PacketOutOfSequenceException ( string message, int lostPackets ) : System

Method Details

PacketOutOfSequenceException() public method

public PacketOutOfSequenceException ( ) : System
return System

PacketOutOfSequenceException() public method

public PacketOutOfSequenceException ( string message ) : System
message string
return System

PacketOutOfSequenceException() public method

public PacketOutOfSequenceException ( string message, Exception inner ) : System
message string
inner System.Exception
return System

PacketOutOfSequenceException() public method

public PacketOutOfSequenceException ( string message, int lostPackets ) : System
message string
lostPackets int
return System

Property Details

LostPackets public_oe property

public int LostPackets
return int