Struct gstreamer_webrtc_sys::GstWebRTCRTPTransceiver[][src]

#[repr(C)]
pub struct GstWebRTCRTPTransceiver { pub parent: GstObject, pub mline: c_uint, pub mid: *mut c_char, pub stopped: gboolean, pub sender: *mut GstWebRTCRTPSender, pub receiver: *mut GstWebRTCRTPReceiver, pub direction: GstWebRTCRTPTransceiverDirection, pub current_direction: GstWebRTCRTPTransceiverDirection, pub codec_preferences: *mut GstCaps, pub _padding: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstWebRTCRTPTransceiver
[src]

impl Clone for GstWebRTCRTPTransceiver
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstWebRTCRTPTransceiver
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstWebRTCRTPTransceiver

impl !Sync for GstWebRTCRTPTransceiver