Function avformat_index_get_entries_count

Source
pub unsafe extern "C" fn avformat_index_get_entries_count(
    st: *const AVStream,
) -> i32
Expand description

Get the index entry count for the given AVStream.

@param st stream @return the number of index entries in the stream