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

Inheritance: System.EventArgs
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Свойство Type Description
LostFrames int
Message string
RtpStream RtpStream

Méthodes publiques

Méthode Description
FrameOutOfSequenceEventArgs ( RtpStream rtpStream, int lostFrames, string message ) : System

Method Details

FrameOutOfSequenceEventArgs() public méthode

public FrameOutOfSequenceEventArgs ( RtpStream rtpStream, int lostFrames, string message ) : System
rtpStream RtpStream
lostFrames int
message string
Résultat System

Property Details

LostFrames public_oe property

public int LostFrames
Résultat int

Message public_oe property

public string Message
Résultat string

RtpStream public_oe property

public RtpStream RtpStream
Résultat RtpStream