Enum vp9_parser::ivf::IvfError
source · [−]pub enum IvfError {
IoError(Error),
TryFromSliceError(TryFromSliceError),
TryFromIntError(TryFromIntError),
InvalidHeader(String),
UnexpectedFileEnding,
}Expand description
Errors that can occur when parsing IVF containers.
Variants
IoError(Error)
A std::io::Error.
TryFromSliceError(TryFromSliceError)
A TryFromSliceError.
TryFromIntError(TryFromIntError)
A TryFromIntError.
InvalidHeader(String)
Invalid header.
UnexpectedFileEnding
Unexpected file ending.
Trait Implementations
Performs the conversion.
Performs the conversion.