[][src]Function ffmpeg_dev::sys::av_fmt_ctx_get_duration_estimation_method

pub unsafe extern "C" fn av_fmt_ctx_get_duration_estimation_method(
    ctx: *const AVFormatContext
) -> AVDurationEstimationMethod

Returns the method used to set ctx->duration.

@return AVFMT_DURATION_FROM_PTS, AVFMT_DURATION_FROM_STREAM, or AVFMT_DURATION_FROM_BITRATE.