pub enum GStreamerCommandBuilderError {
InvalidDimensions(String),
InvalidBitrate(String),
InvalidConfig(String),
MissingInput,
MissingOutput,
}Variants§
Trait Implementations§
Source§impl Debug for GStreamerCommandBuilderError
impl Debug for GStreamerCommandBuilderError
Source§impl Error for GStreamerCommandBuilderError
impl Error for GStreamerCommandBuilderError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl From<GStreamerCommandBuilderError> for HlsKitError
impl From<GStreamerCommandBuilderError> for HlsKitError
Source§fn from(source: GStreamerCommandBuilderError) -> Self
fn from(source: GStreamerCommandBuilderError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GStreamerCommandBuilderError
impl RefUnwindSafe for GStreamerCommandBuilderError
impl Send for GStreamerCommandBuilderError
impl Sync for GStreamerCommandBuilderError
impl Unpin for GStreamerCommandBuilderError
impl UnsafeUnpin for GStreamerCommandBuilderError
impl UnwindSafe for GStreamerCommandBuilderError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more