pub type ScreenCaptureGetNextFrameResult = Result<FrameInfo, ScreenCaptureError>;

Aliased Type§

enum ScreenCaptureGetNextFrameResult {
    Ok(FrameInfo),
    Err(ScreenCaptureError),
}

Variants§

§1.0.0

Ok(FrameInfo)

Contains the success value

§1.0.0

Err(ScreenCaptureError)

Contains the error value