Package org.robovm.apple.avfoundation
Enum AVErrorCode
- All Implemented Interfaces:
Serializable,Comparable<AVErrorCode>,NSErrorCode,ValuedEnum
public enum AVErrorCode extends Enum<AVErrorCode> implements NSErrorCode
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.rt.bro.ValuedEnum
ValuedEnum.AsLongMarshaler, ValuedEnum.AsMachineSizedSIntMarshaler, ValuedEnum.AsMachineSizedUIntMarshaler, ValuedEnum.AsSignedByteMarshaler, ValuedEnum.AsSignedIntMarshaler, ValuedEnum.AsSignedShortMarshaler, ValuedEnum.AsUnsignedByteMarshaler, ValuedEnum.AsUnsignedIntMarshaler, ValuedEnum.AsUnsignedShortMarshaler -
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description longvalue()static AVErrorCodevalueOf(long n)Returns the enum constant of this type with the specified name.static AVErrorCodevalueOf(String name)Returns the enum constant of this type with the specified name.static AVErrorCode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Unknown
-
OutOfMemory
-
SessionNotRunning
-
DeviceAlreadyUsedByAnotherSession
-
NoDataCaptured
-
SessionConfigurationChanged
-
DiskFull
-
DeviceWasDisconnected
-
MediaChanged
-
MaximumDurationReached
-
MaximumFileSizeReached
-
MediaDiscontinuity
-
MaximumNumberOfSamplesForFileFormatReached
-
DeviceNotConnected
-
DeviceInUseByAnotherApplication
-
DeviceLockedForConfigurationByAnotherProcess
-
SessionWasInterrupted
-
MediaServicesWereReset
-
ExportFailed
-
DecodeFailed
-
InvalidSourceMedia
-
FileAlreadyExists
-
CompositionTrackSegmentsNotContiguous
-
InvalidCompositionTrackSegmentDuration
-
InvalidCompositionTrackSegmentSourceStartTime
-
InvalidCompositionTrackSegmentSourceDuration
-
FileFormatNotRecognized
-
FileFailedToParse
-
MaximumStillImageCaptureRequestsExceeded
-
ContentIsProtected
-
NoImageAtTime
-
DecoderNotFound
-
EncoderNotFound
-
ContentIsNotAuthorized
-
ApplicationIsNotAuthorized
-
DeviceIsNotAvailableInBackground
Deprecated.Deprecated in iOS 9.0. AVCaptureSession no longer produces an AVCaptureSessionRuntimeErrorNotification with this error. See AVCaptureSessionInterruptionReasonVideoDeviceNotAvailableInBackground. -
OperationNotSupportedForAsset
-
DecoderTemporarilyUnavailable
-
EncoderTemporarilyUnavailable
-
InvalidVideoComposition
-
ReferenceForbiddenByReferencePolicy
-
InvalidOutputURLPathExtension
-
ScreenCaptureFailed
-
DisplayWasDisabled
-
TorchLevelUnavailable
-
OperationInterrupted
-
IncompatibleAsset
-
FailedToLoadMediaData
-
ServerIncorrectlyConfigured
-
ApplicationIsNotAuthorizedToUseDevice
-
FailedToParse
-
FileTypeDoesNotSupportSampleReferences
-
UndecodableMediaData
-
AirPlayControllerRequiresInternet
- Since:
- Available in iOS 8.3 and later.
-
AirPlayReceiverRequiresInternet
- Since:
- Available in iOS 8.3 and later.
-
VideoCompositorFailed
- Since:
- Available in iOS 9.0 and later.
-
RecordingAlreadyInProgress
- Since:
- Available in iOS 9.0 and later.
-
UnsupportedOutputSettings
- Since:
- Available in iOS 10.0 and later.
-
OperationNotAllowed
- Since:
- Available in iOS 10.0 and later.
-
ContentIsUnavailable
- Since:
- Available in iOS 11.0 and later.
-
FormatUnsupported
- Since:
- Available in iOS 11.0 and later.
-
MalformedDepth
- Since:
- Available in iOS 11.0 and later.
-
ContentNotUpdated
- Since:
- Available in iOS 11.0 and later.
-
NoLongerPlayable
- Since:
- Available in iOS 11.0 and later.
-
NoCompatibleAlternatesForExternalDisplay
- Since:
- Available in iOS 11.0 and later.
-
NoSourceTrack
- Since:
- Available in iOS 11.2 and later.
-
ExternalPlaybackNotSupportedForAsset
- Since:
- Available in iOS 12.0 and later.
-
OperationNotSupportedForPreset
- Since:
- Available in iOS 13.0 and later.
-
SessionHardwareCostOverage
- Since:
- Available in iOS 13.0 and later.
-
UnsupportedDeviceActiveFormat
- Since:
- Available in iOS 13.0 and later.
-
IncorrectlyConfigured
- Since:
- Available in iOS 14.0 and later.
-
SegmentStartedWithNonSyncSample
- Since:
- Available in iOS 14.0 and later.
-
RosettaNotInstalled
- Since:
- Available in iOS 14.0 and later.
-
OperationCancelled
- Since:
- Available in iOS 15.0 and later.
-
ContentKeyRequestCancelled
- Since:
- Available in iOS 14.6 and later.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
value
public long value()- Specified by:
valuein interfaceValuedEnum
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
n- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-