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 kind: GstWebRTCKind, pub _padding: [gpointer; 4], }
Fields
parent: GstObjectmline: c_uintmid: *mut c_charstopped: gbooleansender: *mut GstWebRTCRTPSenderreceiver: *mut GstWebRTCRTPReceiverdirection: GstWebRTCRTPTransceiverDirectioncurrent_direction: GstWebRTCRTPTransceiverDirectioncodec_preferences: *mut GstCapskind: GstWebRTCKind_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstWebRTCRTPTransceiverimpl !Send for GstWebRTCRTPTransceiverimpl !Sync for GstWebRTCRTPTransceiverimpl Unpin for GstWebRTCRTPTransceiverimpl UnwindSafe for GstWebRTCRTPTransceiverBlanket Implementations
Mutably borrows from an owned value. Read more