Skip to main content

get_video_file_cache_by_time

Function get_video_file_cache_by_time 

Source
pub fn get_video_file_cache_by_time(
    path: impl AsRef<Path>,
    track: usize,
    time: f64,
) -> Result<Option<CacheFileImageReadGuard>, CacheError>
Expand description

メディアファイルから指定時間の画像データをキャッシュ経由で取得する。