Struct gstreamer_rtsp_sys::GstRTSPTransport [−][src]
#[repr(C)]pub struct GstRTSPTransport {}Show fields
pub trans: GstRTSPTransMode, pub profile: GstRTSPProfile, pub lower_transport: GstRTSPLowerTrans, pub destination: *mut c_char, pub source: *mut c_char, pub layers: c_uint, pub mode_play: gboolean, pub mode_record: gboolean, pub append: gboolean, pub interleaved: GstRTSPRange, pub ttl: c_uint, pub port: GstRTSPRange, pub client_port: GstRTSPRange, pub server_port: GstRTSPRange, pub ssrc: c_uint, pub _gst_reserved: [gpointer; 4],
Fields
trans: GstRTSPTransModeprofile: GstRTSPProfilelower_transport: GstRTSPLowerTransdestination: *mut c_charsource: *mut c_charlayers: c_uintmode_play: gbooleanmode_record: gbooleanappend: gbooleaninterleaved: GstRTSPRangettl: c_uintport: GstRTSPRangeclient_port: GstRTSPRangeserver_port: GstRTSPRangessrc: c_uint_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPTransportimpl !Send for GstRTSPTransportimpl !Sync for GstRTSPTransportimpl Unpin for GstRTSPTransportimpl UnwindSafe for GstRTSPTransportBlanket Implementations
Mutably borrows from an owned value. Read more