Implements RTP session send stream.
| C# | Visual Basic | Visual C++ | F# |
public class RTP_SendStream
Public Class RTP_SendStream
public ref class RTP_SendStream
type RTP_SendStream = class end
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| Close()()()() |
Closes this sending stream.
| |
| Close(String) |
Closes this sending stream.
| |
| Closed |
Is raised when stream is closed.
| |
| Disposed |
Is raised when stream has disposed.
| |
| 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.) | |
| IsDisposed |
Gets if this object is disposed.
| |
| LastPacketRtpTimestamp |
Gets last sent RTP packet RTP timestamp header value.
| |
| LastPacketTime |
Gets last packet send time.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RtpBytesSent |
Gets how many RTP bytes has sent by this stream.
| |
| RtpDataBytesSent |
Gets how many RTP data(no RTP header included) bytes has sent by this stream.
| |
| RtpPacketsSent |
Gets how many RTP packets has sent by this stream.
| |
| Send(RTP_Packet) |
Sends specified packet to the RTP session remote party.
| |
| SeqNo |
Gets next packet sequence number.
| |
| SeqNoWrapCount |
Gets number of times SeqNo has wrapped around.
| |
| Session |
Gets stream owner RTP session.
| |
| Source |
Gets stream owner source.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| RTP_SendStream | |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119