Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to AVFoundationMBS class.
AVFoundationMBS.AVErrorApplicationIsNotAuthorized = -11836
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The application is not authorized to play media.
AVFoundationMBS.AVErrorApplicationIsNotAuthorizedToUseDevice = -11852
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 14.0 |
The user has denied this application permission for media capture.
Available in OS X v10.9 and later.
AVFoundationMBS.AVErrorCompositionTrackSegmentsNotContiguous = -11824
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The source media can't be added because it contains gaps.
AVFoundationMBS.AVErrorContentIsNotAuthorized = -11835
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The user is not authorized to play the media.
AVFoundationMBS.AVErrorContentIsProtected = -11831
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The application is not authorized to open the media.
AVFoundationMBS.AVErrorDecodeFailed = -11821
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The operation could not be completed because some source media could not be decoded.
AVFoundationMBS.AVErrorDecoderNotFound = -11833
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The decoder for the given media was not found
The error's userInfo may contain values for the keys AVErrorMediaTypeKey and AVErrorMediaSubTypeKey, if they are available.
AVFoundationMBS.AVErrorDecoderTemporarilyUnavailable = -11839
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The appropriate decoder is currently not available.
The error's userInfo may contain AVErrorMediaTypeKey and AVErrorMediaSubTypeKey, if they are available.
AVFoundationMBS.AVErrorDeviceAlreadyUsedByAnotherSession = -11804
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Media could not be captured from the device because it is already in use elsewhere in this application.
AVFoundationMBS.AVErrorDeviceInUseByAnotherApplication = -11815
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The device could not be opened because it is in use by another application.
AVFoundationMBS.AVErrorDeviceLockedForConfigurationByAnotherProcess = -11817
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Settings for the device could not be changed because the device is being controlled by another application.
AVFoundationMBS.AVErrorDeviceNotConnected = -11814
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The device could not be opened because it is not connected or turned on.
AVFoundationMBS.AVErrorDeviceWasDisconnected = -11808
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Recording stopped because the device was turned off or disconnected.
AVFoundationMBS.AVErrorDiskFull = -11807
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Recording stopped because the disk is getting full.
AVFoundationMBS.AVErrorDisplayWasDisabled = -11845
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Screen capture failed because the display was inactive.
AVFoundationMBS.AVErrorEncoderNotFound = -11834
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The requested encoder was not found.
The error's userInfo may contain values for the keys AVErrorMediaTypeKey and AVErrorMediaSubTypeKey, if they are available.
AVFoundationMBS.AVErrorEncoderTemporarilyUnavailable = -11840
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The appropriate encoder is currently not available.
The error's userInfo may contain AVErrorMediaTypeKey and AVErrorMediaSubTypeKey, if they are available.
AVFoundationMBS.AVErrorExportFailed = -11820
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The export could not be completed.
AVFoundationMBS.AVErrorFailedToLoadMediaData = -11849
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 14.0 |
The media resource does not contain all of the data required and cannot be loaded.
Available in OS X v10.9 and later.
AVFoundationMBS.AVErrorFileAlreadyExists = -11823
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The file could not be created because a file with the same name already exists in the same location.
AVFoundationMBS.AVErrorFileFailedToParse = -11829
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The media could not be opened because the file is damaged or not in a recognized format.
AVFoundationMBS.AVErrorFileFormatNotRecognized = -11828
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The media could not be opened because it is not in a recognized format.
AVFoundationMBS.AVErrorIncompatibleAsset = -11848
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 14.0 |
The media could not be displayed because the iOS device is not capable of playing the content. This might occur if the device does not support playing a particular video profile level.
Available in OS X v10.9 and later.
AVFoundationMBS.AVErrorInvalidCompositionTrackSegmentDuration = -11825
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The source media can't be added because its duration in the destination is invalid.
AVFoundationMBS.AVErrorInvalidCompositionTrackSegmentSourceDuration = -11827
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The source media can't be added because it has no duration.
AVFoundationMBS.AVErrorInvalidCompositionTrackSegmentSourceStartTime= -11826
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The source media can't be added because its start time in the destination is invalid.
AVFoundationMBS.AVErrorInvalidOutputURLPathExtension = -11843
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The path extension of the URL was invalid.
AVFoundationMBS.AVErrorInvalidSourceMedia = -11822
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The operation could not be completed because some source media could not be read.
AVFoundationMBS.AVErrorInvalidVideoComposition = -11841
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
You attempted to perform an operation with the asset that is not supported.
AVFoundationMBS.AVErrorMaximumDurationReached = -11810
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Recording stopped because the maximum duration for the file was reached.
AVFoundationMBS.AVErrorMaximumFileSizeReached = -11811
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Recording stopped because the maximum size for the file was reached.
AVFoundationMBS.AVErrorMaximumNumberOfSamplesForFileFormatReached = -11813
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Recording stopped because the maximum number of samples for the file was reached.
AVFoundationMBS.AVErrorMaximumStillImageCaptureRequestsExceeded = -11830
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The photo could not be taken because there are too many photo requests that haven't completed yet.
AVFoundationMBS.AVErrorMediaChanged = -11809
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Recording stopped because the format of the source media changed.
AVFoundationMBS.AVErrorMediaDiscontinuity = -11812
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Recording stopped because there was an interruption in the input media.
AVFoundationMBS.AVErrorNoDataCaptured = -11805
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Recording failed because no data was received.
AVFoundationMBS.AVErrorNoImageAtTime = -11832
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
There is no image at that time in the media.
AVFoundationMBS.AVErrorOperationInterrupted = -11847
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 14.0 |
Operation was interrupted.
AVFoundationMBS.AVErrorOperationNotSupportedForAsset = -11838
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
You attempted to perform an operation with the asset that is not supported.
AVFoundationMBS.AVErrorOutOfMemory = -11801
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
The operation could not be completed because there is not enough memory to process all of the media.
AVFoundationMBS.AVErrorReferenceForbiddenByReferencePolicy = -11842
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
You attempted to perform an operation with the asset that attempted to follow a reference that was not allowed.
AVFoundationMBS.AVErrorScreenCaptureFailed = -11844
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Screen capture failed.
AVFoundationMBS.AVErrorServerIncorrectlyConfigured = -11850
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 14.0 |
The HTTP server sending the media resource is not configured as expected. This might mean that the server does not support byte range requests.
Available in OS X v10.9 and later.
AVFoundationMBS.AVErrorSessionConfigurationChanged = -11806
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Recording stopped because the configuration of media sources and destinations changed.
AVFoundationMBS.AVErrorSessionNotRunning = -11803
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Recording could not be started because no data is being captured.
AVFoundationMBS.AVErrorTorchLevelUnavailable = -11846
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 14.0 |
The specified torch level is valid but currently unavailable. This might be due to the device being overheated currently.
Available in OS X v10.9 and later.
AVFoundationMBS.AVErrorUnknown = -11800
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Reason for the error is unknown.
The items on this page are in the following plugins: MBS AVFoundation Plugin.