Struct gstreamer_audio_sys::GstAudioClock [−][src]
#[repr(C)]pub struct GstAudioClock { pub clock: GstSystemClock, pub func: GstAudioClockGetTimeFunc, pub user_data: gpointer, pub destroy_notify: GDestroyNotify, pub last_time: GstClockTime, pub time_offset: GstClockTimeDiff, pub _gst_reserved: [gpointer; 4], }
Fields
clock: GstSystemClockfunc: GstAudioClockGetTimeFuncuser_data: gpointerdestroy_notify: GDestroyNotifylast_time: GstClockTimetime_offset: GstClockTimeDiff_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAudioClockimpl !Send for GstAudioClockimpl !Sync for GstAudioClockimpl Unpin for GstAudioClockimpl UnwindSafe for GstAudioClockBlanket Implementations
Mutably borrows from an owned value. Read more