Type Alias re_renderer::video::FrameDecodingResult

source ·
pub type FrameDecodingResult = Result<VideoFrameTexture, VideoPlayerError>;

Aliased Type§

enum FrameDecodingResult {
    Ok(VideoFrameTexture),
    Err(VideoPlayerError),
}

Variants§

§1.0.0

Ok(VideoFrameTexture)

Contains the success value

§1.0.0

Err(VideoPlayerError)

Contains the error value