fractal::utils::media::video

Function send_video_thumbnail_result

Source
fn send_video_thumbnail_result(
    sender: &Mutex<Option<Sender<Result<Texture, ()>>>>,
    result: Result<Texture, ()>,
)
Expand description

Try to send the given video thumbnail result through the given sender.