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: 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
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPTransport
impl !Send for GstRTSPTransport
impl !Sync for GstRTSPTransport
impl Unpin for GstRTSPTransport
impl UnwindSafe for GstRTSPTransport
Blanket Implementations
Mutably borrows from an owned value. Read more