heif_context_get_sequence_duration

Function heif_context_get_sequence_duration 

Source
pub unsafe extern "C" fn heif_context_get_sequence_duration(
    arg1: *const heif_context,
) -> u64
Expand description

Get the total duration of the sequence in timescale clock ticks. Use heif_context_get_sequence_timescale() to get the clock ticks per second.

@return Sequence duration in clock ticks. Returns 0 if there is no sequence in the file.