Implements RTP session receive stream.
| C# | Visual Basic | Visual C++ | F# |
public class RTP_ReceiveStream
Public Class RTP_ReceiveStream
public ref class RTP_ReceiveStream
type RTP_ReceiveStream = class end
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| BytesReceived |
Gets how many RTP data has received by this stream.
| |
| Closed |
Is raised when stream is closed by remote party (remote party sent BYE).
| |
| DelaySinceLastSR |
Gets delay between las SR(sender report) and now in milliseconds. Returns -1 if no SR received.
| |
| 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.) | |
| FirstSeqNo |
Gets first sequence number what this stream got.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsDisposed |
Gets if this object is disposed.
| |
| Jitter |
Gets inter arrival jitter.
| |
| LastSR |
Gets last received RTCP SR(sender report). Value null means no SR received.
| |
| LastSRTime |
Gets time when last SR(sender report) was received. Returns DateTime.MinValue if no SR received.
| |
| MaxSeqNo |
Gets maximum sequnce number that stream has got.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PacketReceived |
Is raised when new RTP packet received.
| |
| PacketsLost |
Gets how many RTP packets has lost during transmission.
| |
| PacketsMisorder |
Gets how many RTP misorder packets has received by this stream.
| |
| PacketsReceived |
Gets how many RTP packets has received by this stream.
| |
| Participant |
Gets remote participant who is owner of this stream. Returns null if this stream is not yet received RTCP SDES.
| |
| SenderReport |
Is raised when steam gets new sender report from remote party.
| |
| SeqNoWrapCount |
Gets number of times SeqNo has wrapped around.
| |
| Session |
Gets stream owner RTP session.
| |
| SSRC |
Gets stream owner synchronization source.
| |
| Timeout |
Is raised when receive stream has timed out by RTP session.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| RTP_ReceiveStream | |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119