Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 839 Bytes

segment.md

File metadata and controls

23 lines (23 loc) · 839 Bytes

progress 0/19

    gboolean 	gst_segment_clip ()
    void 	gst_segment_init ()
    GstSegment * 	gst_segment_new ()
    GstSegment * 	gst_segment_copy ()
    void 	gst_segment_free ()
    gboolean 	gst_segment_do_seek ()
    guint64 	gst_segment_position_from_stream_time ()
    gint 	gst_segment_position_from_stream_time_full ()
    guint64 	gst_segment_to_running_time ()
    gint 	gst_segment_to_running_time_full ()
    guint64 	gst_segment_to_stream_time ()
    gint 	gst_segment_to_stream_time_full ()
    guint64 	gst_segment_position_from_running_time ()
    gint 	gst_segment_position_from_running_time_full ()
    guint64 	gst_segment_to_position ()
    gboolean 	gst_segment_set_running_time ()
    void 	gst_segment_copy_into ()
    gboolean 	gst_segment_offset_running_time ()
    gboolean 	gst_segment_is_equal ()