Function gstreamer_sys::gst_segment_clip[][src]

pub unsafe extern "C" fn gst_segment_clip(
    segment: *const GstSegment,
    format: GstFormat,
    start: u64,
    stop: u64,
    clip_start: *mut u64,
    clip_stop: *mut u64
) -> gboolean