pub unsafe extern "C" fn avio_write_marker(
s: *mut AVIOContext,
time: i64,
type_: u32,
)
Expand description
Mark the written bytestream as a specific type.
Zero-length ranges are omitted from the output.
@param s the AVIOContext @param time the stream time the current bytestream pos corresponds to (in AV_TIME_BASE units), or AV_NOPTS_VALUE if unknown or not applicable @param type the kind of data written starting at the current pos