AVError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values define various audiovisual errors.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVError
type AVError =
- Inheritance
-
AVError
- Attributes
Fields
Name | Value | Description |
---|---|---|
NoSourceTrack | -11869 | |
NoCompatibleAlternatesForExternalDisplay | -11868 | |
NoLongerPlayable | -11867 | |
ContentNotUpdated | -11866 | |
MalformedDepth | -11865 | |
FormatUnsupported | -11864 | |
ContentIsUnavailable | -11863 | |
OperationNotAllowed | -11862 | Indicates that a disallowed operation was attempted. |
UnsupportedOutputSettings | -11861 | Indicates that the output settings were not supported. |
RecordingAlreadyInProgress | -11859 | Indicates that an attempt was made to start a recording while another was in progress. |
VideoCompositorFailed | -11858 | Indicates that a video compositor failed. |
AirPlayReceiverRequiresInternet | -11857 | Indicates that playback failed because the receiver lacked necessary internet access. |
AirPlayControllerRequiresInternet | -11856 | Indicates that playback failed because the controller lacked necessary internet access. |
UndecodableMediaData | -11855 | Indicates that the media data was corrupted. |
FileTypeDoesNotSupportSampleReferences | -11854 | Indicates that the file type does not support sample references. |
FailedToParse2 | -11853 | Indicates that the data could not be parsed. |
ApplicationIsNotAuthorizedToUseDevice | -11852 | Indicates that the application was not authorized on the device. |
ServerIncorrectlyConfigured | -11850 | Indicates that the media server is not correctly configured. |
FailedToLoadMediaData | -11849 | Indicates taht the media data could not be loaded due to missing required data. |
IncompatibleAsset | -11848 | Indicates that the media format is not supported by the device. |
OperationInterrupted | -11847 | Indicates that an operation was interrupted. |
TorchLevelUnavailable | -11846 | Indicates that a torch level was unavailable, possibly due to overheating. |
DisplayWasDisabled | -11845 | Indicates that the display was disabled. |
ScreenCaptureFailed | -11844 | Indicates that the screen could not be captured. |
InvalidOutputURLPathExtension | -11843 | Indicates that the ouptut path contained an invalid extension. |
ReferenceForbiddenByReferencePolicy | -11842 | Indicates that an attempt was made to follow a reference for which authorization was lacking. |
InvalidVideoComposition | -11841 | Indicates that a video composition operation was not valid. |
EncoderTemporarilyUnavailable | -11840 | Indicates that a required data encoder was unavailable. |
DecoderTemporarilyUnavailable | -11839 | Indicates that the decoder for the media data was unavailable. |
OperationNotSupportedForAsset | -11838 | Indicates that an operation that was not supported on a specific asset or asset type was attempted. |
DeviceIsNotAvailableInBackground | -11837 | Indicates that the device is not available while the app is backgrounded. |
ApplicationIsNotAuthorized | -11836 | The application is not authorized. |
ContentIsNotAuthorized | -11835 | Indicates that the user is not authorized to play the content. |
EncoderNotFound | -11834 | Indicates that a required data encoder was missing. |
DecoderNotFound | -11833 | Indicates that a decoder for the media data could not be found. |
NoImageAtTime | -11832 | Indicates that playback failed because no image was present at a specified time. |
ContentIsProtected | -11831 | Indicates that the app is not authorized to play the content. |
MaximumStillImageCaptureRequestsExceeded | -11830 | Indicates that the maximum number of still images was reached for the output file. |
FailedToParse | -11829 | Indicates that the data could not be parsed. |
FormatNotRecognized | -11828 | Indicates that the media was in an urecognizable format and could therefore not be opened. |
InvalidCompositionTrackSegmentSourceDuration | -11827 | Indicates that the source media had no duration set. |
InvalidCompositionTrackSegmentSourceStartTime | -11826 | Indicates that the source media could not be opened because a track start time was not valid. |
InvalidCompositionTrackSegmentDuration | -11825 | Indicates that the source media's play duration on the device was not valid. |
CompositionTrackSegmentsNotContiguous | -11824 | Indicates that the source media contained gaps and could not be loaded. |
FileAlreadyExists | -11823 | Indicates that data could not be written because the output file already exists. |
InvalidSourceMedia | -11822 | Indicates that the source media was not valid. |
DecodeFailed | -11821 | Indicates that the media data could not be decoded. |
ExportFailed | -11820 | Indicates that data export failed. |
MediaServicesWereReset | -11819 | Indicates that media services were reset. |
SessionWasInterrupted | -11818 | Indicates that the recording sesion was interrupted. |
DeviceLockedForConfigurationByAnotherProcess | -11817 | Indicates that the device is locked for an update or for other configuration. |
DeviceInUseByAnotherApplication | -11815 | Indicates that the device was in use by another application. |
DeviceNotConnected | -11814 | Indicates that the device was not connected. |
MaximumNumberOfSamplesForFileFormatReached | -11813 | Indicates that the maximum number of samples was reached for the output file. |
MediaDiscontinuity | -11812 | Indicates that the source data was interrupted. |
MaximumFileSizeReached | -11811 | Indicates that the maximum allowable output file size was reached. |
MaximumDurationReached | -11810 | Indicates that the maximum allowable recording duration was reached. |
MediaChanged | -11809 | Indicates that the recording source media changed. |
DeviceWasDisconnected | -11808 | Indicates that the device was not connected. |
DiskFull | -11807 | Indicates that non-volatile storage was full. |
SessionConfigurationChanged | -11806 | Indicates that the recording session configuration was changed. |
NoDataCaptured | -11805 | Indicates that no data was sent to the recording session. |
DeviceAlreadyUsedByAnotherSession | -11804 | Indicates that the device was in use by another session. |
SessionNotRunning | -11803 | Indicates that no data was received because the session was not running. |
OutOfMemory | -11801 | Indicates that system memory became full. |
Unknown | -11800 | Indicates that an unknown error occurred. |