pub fn get_video_file_cache_by_time(
path: impl AsRef<Path>,
track: usize,
time: f64,
) -> Result<Option<CacheFileImageReadGuard>, CacheError>Expand description
メディアファイルから指定時間の画像データをキャッシュ経由で取得する。
pub fn get_video_file_cache_by_time(
path: impl AsRef<Path>,
track: usize,
time: f64,
) -> Result<Option<CacheFileImageReadGuard>, CacheError>メディアファイルから指定時間の画像データをキャッシュ経由で取得する。