#[repr(transparent)]pub struct AVError(pub NSInteger);Available on crate feature
AVError only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl AVError
impl AVError
pub const Unknown: Self
pub const OutOfMemory: Self
pub const SessionNotRunning: Self
pub const DeviceAlreadyUsedByAnotherSession: Self
pub const NoDataCaptured: Self
pub const SessionConfigurationChanged: Self
pub const DiskFull: Self
pub const DeviceWasDisconnected: Self
pub const MediaChanged: Self
pub const MaximumDurationReached: Self
pub const MaximumFileSizeReached: Self
pub const MediaDiscontinuity: Self
pub const MaximumNumberOfSamplesForFileFormatReached: Self
pub const DeviceNotConnected: Self
pub const DeviceInUseByAnotherApplication: Self
pub const DeviceLockedForConfigurationByAnotherProcess: Self
pub const ExportFailed: Self
pub const DecodeFailed: Self
pub const InvalidSourceMedia: Self
pub const FileAlreadyExists: Self
pub const CompositionTrackSegmentsNotContiguous: Self
pub const InvalidCompositionTrackSegmentDuration: Self
pub const InvalidCompositionTrackSegmentSourceStartTime: Self
pub const InvalidCompositionTrackSegmentSourceDuration: Self
pub const FileFormatNotRecognized: Self
pub const FileFailedToParse: Self
pub const MaximumStillImageCaptureRequestsExceeded: Self
pub const ContentIsProtected: Self
pub const NoImageAtTime: Self
pub const DecoderNotFound: Self
pub const EncoderNotFound: Self
pub const ContentIsNotAuthorized: Self
pub const ApplicationIsNotAuthorized: Self
pub const OperationNotSupportedForAsset: Self
pub const InvalidVideoComposition: Self
pub const ReferenceForbiddenByReferencePolicy: Self
pub const InvalidOutputURLPathExtension: Self
pub const ScreenCaptureFailed: Self
pub const DisplayWasDisabled: Self
pub const IncompatibleAsset: Self
pub const FailedToLoadMediaData: Self
pub const ServerIncorrectlyConfigured: Self
pub const ApplicationIsNotAuthorizedToUseDevice: Self
pub const FailedToParse: Self
pub const FileTypeDoesNotSupportSampleReferences: Self
pub const UndecodableMediaData: Self
pub const AirPlayControllerRequiresInternet: Self
pub const AirPlayReceiverRequiresInternet: Self
pub const VideoCompositorFailed: Self
pub const RecordingAlreadyInProgress: Self
pub const CreateContentKeyRequestFailed: Self
pub const UnsupportedOutputSettings: Self
pub const OperationNotAllowed: Self
pub const FormatUnsupported: Self
pub const MalformedDepth: Self
pub const ContentNotUpdated: Self
pub const NoLongerPlayable: Self
pub const NoCompatibleAlternatesForExternalDisplay: Self
pub const NoSourceTrack: Self
pub const ExternalPlaybackNotSupportedForAsset: Self
pub const OperationNotSupportedForPreset: Self
pub const SessionHardwareCostOverage: Self
pub const UnsupportedDeviceActiveFormat: Self
pub const IncorrectlyConfigured: Self
pub const SegmentStartedWithNonSyncSample: Self
pub const RosettaNotInstalled: Self
pub const OperationCancelled: Self
pub const ContentKeyRequestCancelled: Self
pub const InvalidSampleCursor: Self
pub const FailedToLoadSampleData: Self
pub const EncodeFailed: Self
pub const SandboxExtensionDenied: Self
pub const ToneMappingFailed: Self
pub const MediaExtensionDisabled: Self
pub const MediaExtensionConflict: Self
pub const ContentKeyRequestPlaybackDestinationDoesNotSupportDeviceIdentifierRandomization: Self
pub const ContentKeyInvalid: Self
pub const NoSmartFramingsEnabled: Self
pub const AutoWhiteBalanceNotLocked: Self
pub const FollowExternalSyncDeviceTimedOut: Self
Trait Implementations§
Source§impl Ord for AVError
impl Ord for AVError
Source§impl PartialOrd for AVError
impl PartialOrd for AVError
Source§impl RefEncode for AVError
impl RefEncode for AVError
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for AVError
impl Eq for AVError
impl StructuralPartialEq for AVError
Auto Trait Implementations§
impl Freeze for AVError
impl RefUnwindSafe for AVError
impl Send for AVError
impl Sync for AVError
impl Unpin for AVError
impl UnwindSafe for AVError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.