[Missing <summary> documentation for "N:LumiSoft.Net.RTP"]
Types
All Types | Classes | Enumerations |
Icon | Type | Description |
---|---|---|
RTCP_CompoundPacket |
This class represents RTCP compound packet.
| |
RTCP_Packet |
This is base class for RTCP packets.
| |
RTCP_Packet_APP |
This class represents Application-Defined RTCP Packet.
| |
RTCP_Packet_BYE |
This class represents BYE: Goodbye RTCP Packet.
| |
RTCP_Packet_ReportBlock |
This class represents RTCP sender report(SR) or reciver report(RR) packet report block.
| |
RTCP_Packet_RR |
This class represents RR: Receiver Report RTCP Packet.
| |
RTCP_Packet_SDES |
This class represents SDES: Source Description RTCP Packet.
| |
RTCP_Packet_SDES_Chunk |
This class implements RTCP SDES packet one "chunk".
| |
RTCP_Packet_SR |
This class represents SR: Sender Report RTCP Packet.
| |
RTCP_Packet_Unknown |
This class represents unknown RTCP packet.
| |
RTCP_PacketType |
This class holds known RTCP packet types.
| |
RTCP_Report_Receiver |
This class holds receiver report info.
| |
RTCP_Report_Sender |
This class holds sender report info.
| |
RTP_Address |
This class implements RTP session address.
| |
RTP_Clock |
Implements RTP media clock.
| |
RTP_MultimediaSession |
This class represents RTP single-media and multimedia session.
| |
RTP_Packet |
A data packet consisting of the fixed RTP header, a possibly empty list of contributing
sources (see below), and the payload data. Some underlying protocols may require an
encapsulation of the RTP packet to be defined. Typically one packet of the underlying
protocol contains a single RTP packet, but several RTP packets MAY be contained if
permitted by the encapsulation method (see Section 11).
| |
RTP_PacketEventArgs |
This class provides data for RTP packet related events/methods.
| |
RTP_Participant |
This is base class for RTP_Participant_Local and RTP_Participant_Remote class.
| |
RTP_Participant_Local |
This class represents RTP session/multimedia-session local participant.
| |
RTP_Participant_Remote |
Implements RTP participant. Defined in RFC 3550.
| |
RTP_ParticipantEventArgs |
This claass provides data for RTP_MultimediaSession.NewParticipant event.
| |
RTP_PayloadTypes |
RTP payload specifies data type which is RTP packet.
IANA registered RTP payload types. Defined in http://www.iana.org/assignments/rtp-parameters.
| |
RTP_ReceiveStream |
Implements RTP session receive stream.
| |
RTP_ReceiveStreamEventArgs |
This method provides data for RTP receive stream related events and methods.
| |
RTP_SendStream |
Implements RTP session send stream.
| |
RTP_SendStreamEventArgs |
This method provides data for RTP send stream related events and methods.
| |
RTP_Session |
Implements RTP session. Defined in RFC 3550.
| |
RTP_Source |
This class represents RTP source.
| |
RTP_Source_Local |
This class represents local source what we send.
| |
RTP_Source_Remote |
This class represents RTP remote source what we receive.
| |
RTP_SourceEventArgs |
This class provides data for RTP source related evetns.
| |
RTP_SourceState |
This enum specifies RTP_SyncSource state.
| |
RTP_StreamMode |
This enum specifies RTP stream mode.
| |
RTP_Utils |
This class provides utility methods for RTP.
|