LumiSoft Net Help
RTP_Source_Local Class
NamespacesLumiSoft.Net.RTPRTP_Source_Local
This class represents local source what we send.
Declaration Syntax
C#Visual BasicVisual C++F#
public class RTP_Source_Local : RTP_Source
Public Class RTP_Source_Local
	Inherits RTP_Source
public ref class RTP_Source_Local : public RTP_Source
type RTP_Source_Local =  
    class
        inherit RTP_Source
    end
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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 true.
(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 local 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.)
SendApplicationPacket(RTCP_Packet_APP)
Sends specified application packet to the RTP session target(s).

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 send. 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.)
Remarks
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".
Inheritance Hierarchy
Object
RTP_Source
 RTP_Source_Local

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119