Struct gstreamer_mpegts_sys::GstMpegtsSCTESIT
source · #[repr(C)]pub struct GstMpegtsSCTESIT {Show 13 fields
pub encrypted_packet: gboolean,
pub encryption_algorithm: u8,
pub pts_adjustment: u64,
pub cw_index: u8,
pub tier: u16,
pub splice_command_length: u16,
pub splice_command_type: GstMpegtsSCTESpliceCommandType,
pub splice_time_specified: gboolean,
pub splice_time: u64,
pub splices: *mut GPtrArray,
pub descriptors: *mut GPtrArray,
pub fully_parsed: gboolean,
pub is_running_time: gboolean,
}
Fields§
§encrypted_packet: gboolean
§encryption_algorithm: u8
§pts_adjustment: u64
§cw_index: u8
§tier: u16
§splice_command_length: u16
§splice_command_type: GstMpegtsSCTESpliceCommandType
§splice_time_specified: gboolean
§splice_time: u64
§splices: *mut GPtrArray
§descriptors: *mut GPtrArray
§fully_parsed: gboolean
§is_running_time: gboolean
Trait Implementations§
source§impl Clone for GstMpegtsSCTESIT
impl Clone for GstMpegtsSCTESIT
source§fn clone(&self) -> GstMpegtsSCTESIT
fn clone(&self) -> GstMpegtsSCTESIT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstMpegtsSCTESIT
impl Debug for GstMpegtsSCTESIT
impl Copy for GstMpegtsSCTESIT
Auto Trait Implementations§
impl Freeze for GstMpegtsSCTESIT
impl RefUnwindSafe for GstMpegtsSCTESIT
impl !Send for GstMpegtsSCTESIT
impl !Sync for GstMpegtsSCTESIT
impl Unpin for GstMpegtsSCTESIT
impl UnwindSafe for GstMpegtsSCTESIT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)