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
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Свойство Type Description
LostPackets int

Méthodes publiques

Méthode Description
PacketOutOfSequenceException ( ) : System
PacketOutOfSequenceException ( string message ) : System
PacketOutOfSequenceException ( string message, Exception inner ) : System
PacketOutOfSequenceException ( string message, int lostPackets ) : System

Method Details

PacketOutOfSequenceException() public méthode

public PacketOutOfSequenceException ( ) : System
Résultat System

PacketOutOfSequenceException() public méthode

public PacketOutOfSequenceException ( string message ) : System
message string
Résultat System

PacketOutOfSequenceException() public méthode

public PacketOutOfSequenceException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System

PacketOutOfSequenceException() public méthode

public PacketOutOfSequenceException ( string message, int lostPackets ) : System
message string
lostPackets int
Résultat System

Property Details

LostPackets public_oe property

public int LostPackets
Résultat int