[][src]Struct fdk_aac::dec::DecoderError

pub struct DecoderError(_);

Methods

impl DecoderError[src]

pub const OUT_OF_MEMORY: DecoderError[src]

pub const UNKNOWN: DecoderError[src]

pub const TRANSPORT_SYNC_ERROR: DecoderError[src]

pub const NOT_ENOUGH_BITS: DecoderError[src]

pub const INVALID_HANDLE: DecoderError[src]

pub const UNSUPPORTED_AOT: DecoderError[src]

pub const UNSUPPORTED_FORMAT: DecoderError[src]

pub const UNSUPPORTED_ER_FORMAT: DecoderError[src]

pub const UNSUPPORTED_EPCONFIG: DecoderError[src]

pub const UNSUPPORTED_MULTILAYER: DecoderError[src]

pub const UNSUPPORTED_CHANNELCONFIG: DecoderError[src]

pub const UNSUPPORTED_SAMPLINGRATE: DecoderError[src]

pub const INVALID_SBR_CONFIG: DecoderError[src]

pub const SET_PARAM_FAIL: DecoderError[src]

pub const NEED_TO_RESTART: DecoderError[src]

pub const OUTPUT_BUFFER_TOO_SMALL: DecoderError[src]

pub const TRANSPORT_ERROR: DecoderError[src]

pub const PARSE_ERROR: DecoderError[src]

pub const UNSUPPORTED_EXTENSION_PAYLOAD: DecoderError[src]

pub const DECODE_FRAME_ERROR: DecoderError[src]

pub const CRC_ERROR: DecoderError[src]

pub const INVALID_CODE_BOOK: DecoderError[src]

pub const UNSUPPORTED_PREDICTION: DecoderError[src]

pub const UNSUPPORTED_CCE: DecoderError[src]

pub const UNSUPPORTED_LFE: DecoderError[src]

pub const UNSUPPORTED_GAIN_CONTROL_DATA: DecoderError[src]

pub const UNSUPPORTED_SBA: DecoderError[src]

pub const TNS_READ_ERROR: DecoderError[src]

pub const RVLC_ERROR: DecoderError[src]

pub const ANC_DATA_ERROR: DecoderError[src]

pub const TOO_SMALL_ANC_BUFFER: DecoderError[src]

pub const TOO_MANY_ANC_ELEMENTS: DecoderError[src]

pub fn message(&self) -> &'static str[src]

Trait Implementations

impl Clone for DecoderError[src]

impl Copy for DecoderError[src]

impl Debug for DecoderError[src]

impl Display for DecoderError[src]

impl Eq for DecoderError[src]

impl PartialEq<DecoderError> for DecoderError[src]

impl StructuralEq for DecoderError[src]

impl StructuralPartialEq for DecoderError[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.