Type Alias re_renderer::video::FrameDecodingResult
source · pub type FrameDecodingResult = Result<VideoFrameTexture, VideoPlayerError>;
Aliased Type§
enum FrameDecodingResult {
Ok(VideoFrameTexture),
Err(VideoPlayerError),
}
Variants§
Ok(VideoFrameTexture)
Contains the success value
Err(VideoPlayerError)
Contains the error value