RtpSession Class |
Namespace: StreamCoders.Rtp
The RtpSession type exposes the following members.
Name | Description | |
---|---|---|
RtpSession | Initializes a new instance of the RtpSession class |
Name | Description | |
---|---|---|
Add(RtpReceiver) |
Adds an RtpReceiver object to the session.
| |
Add(RtpSender) |
Adds an RtpSender object to the session.
| |
Remove(RtpReceiver) |
Removes an RtpReceiver object from the session.
| |
Remove(RtpSender) |
Removes an RtpSender object from the session.
| |
Send(RtpFrame) |
Sends an RtpFrame object to all participants of this class.
| |
Send(RtpPacket) |
Sends an RtpPacket object to all participants of this session.
|
Name | Description | |
---|---|---|
OnRtcpPacketReceived |
Is invoked whenever an RTCP packet was received.
| |
OnRtpPacketReceived |
Is invoked whenever an RTP packet was received.
|
Name | Description | |
---|---|---|
Statistics |
Contains statistics about this session.
|
Name | Description | |
---|---|---|
Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |