Struct gstreamer_rtsp_sys::GstRTSPTransport [−][src]
#[repr(C)]pub struct GstRTSPTransport { 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: GstRTSPTransMode
profile: GstRTSPProfile
lower_transport: GstRTSPLowerTrans
destination: *mut c_char
source: *mut c_char
layers: c_uint
mode_play: gboolean
mode_record: gboolean
append: gboolean
interleaved: GstRTSPRange
ttl: c_uint
port: GstRTSPRange
client_port: GstRTSPRange
server_port: GstRTSPRange
ssrc: c_uint
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstRTSPTransport
[src]
impl Copy for GstRTSPTransport
impl Clone for GstRTSPTransport
[src]
impl Clone for GstRTSPTransport
fn clone(&self) -> GstRTSPTransport
[src]
fn clone(&self) -> GstRTSPTransport
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 GstRTSPTransport
[src]
impl Debug for GstRTSPTransport
Auto Trait Implementations
impl !Send for GstRTSPTransport
impl !Send for GstRTSPTransport
impl !Sync for GstRTSPTransport
impl !Sync for GstRTSPTransport