C# Class RTPReceiver.RTPDiagnosticsJob

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
ErrorOnRTPSend bool
LocalSDP SIPSorcery.Net.SDP
RTPListenEndPoint System.Net.IPEndPoint
RTPPacketReceived bool
RemoteRTPEndPoint System.Net.IPEndPoint
StopJob bool
UAS SIPSorcery.SIP.App.SIPServerUserAgent

Méthodes publiques

Méthode Description
RTPDiagnosticsJob ( IPAddress rtpListenAddress, IPAddress sdpAdvertiseAddress, SIPServerUserAgent uas, SIPRequest request ) : System
Stop ( ) : void

Private Methods

Méthode Description
GetAudioSamples ( ) : void
SampleReceived ( byte sample, int headerLength ) : void

Method Details

RTPDiagnosticsJob() public méthode

public RTPDiagnosticsJob ( IPAddress rtpListenAddress, IPAddress sdpAdvertiseAddress, SIPServerUserAgent uas, SIPRequest request ) : System
rtpListenAddress System.Net.IPAddress The local IP address to establish the RTP listener socket on.
sdpAdvertiseAddress System.Net.IPAddress The public IP address to put into the SDP sent back to the caller.
uas SIPSorcery.SIP.App.SIPServerUserAgent
request SIPSorcery.SIP.SIPRequest The INVITE request that instigated the RTP diagnostics job.
Résultat System

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

ErrorOnRTPSend public_oe property

public bool ErrorOnRTPSend
Résultat bool

LocalSDP public_oe property

public SDP,SIPSorcery.Net LocalSDP
Résultat SIPSorcery.Net.SDP

RTPListenEndPoint public_oe property

public IPEndPoint,System.Net RTPListenEndPoint
Résultat System.Net.IPEndPoint

RTPPacketReceived public_oe property

public bool RTPPacketReceived
Résultat bool

RemoteRTPEndPoint public_oe property

public IPEndPoint,System.Net RemoteRTPEndPoint
Résultat System.Net.IPEndPoint

StopJob public_oe property

public bool StopJob
Résultat bool

UAS public_oe property

public SIPServerUserAgent,SIPSorcery.SIP.App UAS
Résultat SIPSorcery.SIP.App.SIPServerUserAgent