Skip to main content

get_video_file_cache

Function get_video_file_cache 

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

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