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

Inheritance: System.EventArgs
Datei anzeigen Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
Reason string
RtpStream RtpStream

Public Methods

Method Description
InvalidPacketInFrameEventArgs ( RtpStream rtpStream, string reason ) : System

Method Details

InvalidPacketInFrameEventArgs() public method

public InvalidPacketInFrameEventArgs ( RtpStream rtpStream, string reason ) : System
rtpStream RtpStream
reason string
return System

Property Details

Reason public_oe property

public string Reason
return string

RtpStream public_oe property

public RtpStream RtpStream
return RtpStream