#[repr(C)]
pub struct GstRTPBasePayload {
Show 24 fields pub element: GstElement, pub sinkpad: *mut GstPad, pub srcpad: *mut GstPad, pub ts_base: u32, pub seqnum_base: u16, pub media: *mut c_char, pub encoding_name: *mut c_char, pub dynamic: gboolean, pub clock_rate: u32, pub ts_offset: i32, pub timestamp: u32, pub seqnum_offset: i16, pub seqnum: u16, pub max_ptime: i64, pub pt: c_uint, pub ssrc: c_uint, pub current_ssrc: c_uint, pub mtu: c_uint, pub segment: GstSegment, pub min_ptime: u64, pub ptime: u64, pub ptime_multiple: u64, pub priv_: *mut GstRTPBasePayloadPrivate, pub _gst_reserved: [gpointer; 4],
}

Fields

element: GstElementsinkpad: *mut GstPadsrcpad: *mut GstPadts_base: u32seqnum_base: u16media: *mut c_charencoding_name: *mut c_chardynamic: gbooleanclock_rate: u32ts_offset: i32timestamp: u32seqnum_offset: i16seqnum: u16max_ptime: i64pt: c_uintssrc: c_uintcurrent_ssrc: c_uintmtu: c_uintsegment: GstSegmentmin_ptime: u64ptime: u64ptime_multiple: u64priv_: *mut GstRTPBasePayloadPrivate_gst_reserved: [gpointer; 4]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.