This class represents RTP remote source what we receive.

C# | Visual Basic | Visual C++ | F# |
public class RTP_Source_Remote : RTP_Source
Public Class RTP_Source_Remote Inherits RTP_Source
public ref class RTP_Source_Remote : public RTP_Source
type RTP_Source_Remote = class inherit RTP_Source end

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | ApplicationPacket |
Is raised when source sends RTCP APP packet.
|
![]() | Closed |
Is raised when source is closed (by BYE).
(Inherited from RTP_Source.) |
![]() | CloseReason |
Gets source closing reason. Value null means not specified.
(Inherited from RTP_Source.) |
![]() | Disposing |
Is raised when source is disposing.
(Inherited from RTP_Source.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsLocal |
Returns false.
(Overrides RTP_Source.IsLocal.) |
![]() | LastActivity |
Gets last time when source sent RTP or RCTP packet.
(Inherited from RTP_Source.) |
![]() | LastRRTime |
Gets last time when source sent RTCP RR report.
(Inherited from RTP_Source.) |
![]() | LastRtcpPacket |
Gets last time when source sent RTCP packet.
(Inherited from RTP_Source.) |
![]() | LastRtpPacket |
Gets last time when source sent RTP packet.
(Inherited from RTP_Source.) |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Participant |
Gets remote participant.
|
![]() | RtcpEP |
Gets source RTCP end point. Value null means source haven't sent any RTCP packet.
(Inherited from RTP_Source.) |
![]() | RtpEP |
Gets source RTP end point. Value null means source haven't sent any RTCP packet.
(Inherited from RTP_Source.) |
![]() | Session |
Gets owner RTP session.
(Inherited from RTP_Source.) |
![]() | SetState(RTP_SourceState) |
Sets source state.
(Inherited from RTP_Source.) |
![]() | SSRC |
Gets synchronization source ID.
(Inherited from RTP_Source.) |
![]() | State |
Gets source state.
(Inherited from RTP_Source.) |
![]() | StateChanged |
Is raised when source state has changed.
(Inherited from RTP_Source.) |
![]() | Stream |
Gets the stream we receive. Value null means that source is passive and doesn't send any RTP data.
|
![]() | Tag |
Gets or sets user data.
(Inherited from RTP_Source.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Source indicates an entity sending packets, either RTP and/or RTCP.
Sources what send RTP packets are called "active", only RTCP sending ones are "passive".

Object | ||
![]() | RTP_Source | |
![]() | RTP_Source_Remote |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119