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
parent: GstObject
mline: c_uint
mid: *mut c_char
stopped: gboolean
sender: *mut GstWebRTCRTPSender
receiver: *mut GstWebRTCRTPReceiver
direction: GstWebRTCRTPTransceiverDirection
current_direction: GstWebRTCRTPTransceiverDirection
codec_preferences: *mut GstCaps
_padding: [gpointer; 4]
Trait Implementations
impl Copy for GstWebRTCRTPTransceiver
[src]
impl Copy for GstWebRTCRTPTransceiver
impl Clone for GstWebRTCRTPTransceiver
[src]
impl Clone for GstWebRTCRTPTransceiver
fn clone(&self) -> GstWebRTCRTPTransceiver
[src]
fn clone(&self) -> GstWebRTCRTPTransceiver
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstWebRTCRTPTransceiver
[src]
impl Debug for GstWebRTCRTPTransceiver
Auto Trait Implementations
impl !Send for GstWebRTCRTPTransceiver
impl !Send for GstWebRTCRTPTransceiver
impl !Sync for GstWebRTCRTPTransceiver
impl !Sync for GstWebRTCRTPTransceiver