Type Alias StreamSeek

Source
pub type StreamSeek<T> = fn(&mut T, i64) -> i64;
Expand description

Seek to the given offset. Return the new offset, or either MpvError::Generic if seeking failed or panic.