C# Класс 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.
Наследование: System.ApplicationException
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
LostPackets int

Открытые методы

Метод Описание
PacketOutOfSequenceException ( ) : System
PacketOutOfSequenceException ( string message ) : System
PacketOutOfSequenceException ( string message, Exception inner ) : System
PacketOutOfSequenceException ( string message, int lostPackets ) : System

Описание методов

PacketOutOfSequenceException() публичный Метод

public PacketOutOfSequenceException ( ) : System
Результат System

PacketOutOfSequenceException() публичный Метод

public PacketOutOfSequenceException ( string message ) : System
message string
Результат System

PacketOutOfSequenceException() публичный Метод

public PacketOutOfSequenceException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System

PacketOutOfSequenceException() публичный Метод

public PacketOutOfSequenceException ( string message, int lostPackets ) : System
message string
lostPackets int
Результат System

Описание свойств

LostPackets публичное свойство

public int LostPackets
Результат int