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

Trait Implementations

impl Copy for GstRTSPTransport
[src]

impl Clone for GstRTSPTransport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPTransport
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstRTSPTransport

impl !Sync for GstRTSPTransport