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

Trait Implementations

impl Copy for GstSDPMedia
[src]

impl Clone for GstSDPMedia
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstSDPMedia
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstSDPMedia

impl !Sync for GstSDPMedia