GstWebRTCRTPTransceiver

GstWebRTCRTPTransceiver — RTCRtpTransceiver object

Properties

GstWebRTCRTPTransceiverDirection direction Read / Write
guint mlineindex Read / Write / Construct Only
GstWebRTCRTPReceiver * receiver Read / Write / Construct Only
GstWebRTCRTPSender * sender Read / Write / Construct Only

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstWebRTCRTPTransceiver

Includes

#include <gst/codecparsers/gstmpeg4parser.h>

Description

https://www.w3.org/TR/webrtc/#rtcrtptransceiver-interface

Functions

Types and Values

Property Details

The “direction” property

  “direction”                GstWebRTCRTPTransceiverDirection

Direction of the transceiver.

Flags: Read / Write

Default value: GST_WEBRTC_RTP_TRANSCEIVER_DIRECTION_NONE

Since: 1.18


The “mlineindex” property

  “mlineindex”               guint

Index in the SDP of the Media.

Flags: Read / Write / Construct Only

Default value: 0


The “receiver” property

  “receiver”                 GstWebRTCRTPReceiver *

The RTP receiver for this transceiver.

Flags: Read / Write / Construct Only


The “sender” property

  “sender”                   GstWebRTCRTPSender *

The RTP sender for this transceiver.

Flags: Read / Write / Construct Only

See Also

GstWebRTCRTPSender, GstWebRTCRTPReceiver