Struct gstreamer_sdp_sys::GstSDPMedia [−][src]
#[repr(C)]pub struct GstSDPMedia { pub media: *mut c_char, pub port: c_uint, pub num_ports: c_uint, pub proto: *mut c_char, pub fmts: *mut GArray, pub information: *mut c_char, pub connections: *mut GArray, pub bandwidths: *mut GArray, pub key: GstSDPKey, pub attributes: *mut GArray, }
Fields
media: *mut c_char
port: c_uint
num_ports: c_uint
proto: *mut c_char
fmts: *mut GArray
information: *mut c_char
connections: *mut GArray
bandwidths: *mut GArray
key: GstSDPKey
attributes: *mut GArray
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstSDPMedia
impl !Send for GstSDPMedia
impl !Sync for GstSDPMedia
impl Unpin for GstSDPMedia
impl UnwindSafe for GstSDPMedia
Blanket Implementations
Mutably borrows from an owned value. Read more