共用方式為


AVError 列舉

定義

列舉,其值會定義各種錯誤。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVError
type AVError = 
繼承
AVError
屬性

欄位

AirPlayControllerRequiresInternet -11856

表示播放失敗,因為控制器缺少必要的網際網路存取。

AirPlayReceiverRequiresInternet -11857

表示播放失敗,因為接收者缺少必要的網際網路存取。

ApplicationIsNotAuthorized -11836

應用程式未獲得授權。

ApplicationIsNotAuthorizedToUseDevice -11852

表示應用程式未在裝置上獲得授權。

CompositionTrackSegmentsNotContiguous -11824

表示來源媒體包含間距,而且無法載入。

ContentIsNotAuthorized -11835

表示使用者未獲授權播放內容。

ContentIsProtected -11831

表示應用程式未獲授權播放內容。

ContentIsUnavailable -11863
ContentNotUpdated -11866
DecodeFailed -11821

表示無法解碼媒體資料。

DecoderNotFound -11833

表示找不到媒體資料的解碼器。

DecoderTemporarilyUnavailable -11839

表示媒體資料的解碼器無法使用。

DeviceAlreadyUsedByAnotherSession -11804

指出裝置正由另一個會話使用。

DeviceInUseByAnotherApplication -11815

表示裝置正由另一個應用程式使用。

DeviceIsNotAvailableInBackground -11837

表示在應用程式背景時無法使用裝置。

DeviceLockedForConfigurationByAnotherProcess -11817

表示裝置已鎖定進行更新或其他組態。

DeviceNotConnected -11814

表示裝置未連線。

DeviceWasDisconnected -11808

表示裝置未連線。

DiskFull -11807

表示非變動性儲存體已滿。

DisplayWasDisabled -11845

表示顯示已停用。

EncoderNotFound -11834

表示遺漏必要的資料編碼器。

EncoderTemporarilyUnavailable -11840

表示必要的資料編碼器無法使用。

ExportFailed -11820

表示資料匯出失敗。

FailedToLoadMediaData -11849

表示媒體資料因為缺少必要的資料而無法載入。

FailedToParse -11829

表示無法剖析資料。

FailedToParse2 -11853

表示無法剖析資料。

FileAlreadyExists -11823

表示無法寫入資料,因為輸出檔已經存在。

FileTypeDoesNotSupportSampleReferences -11854

表示檔案類型不支援範例參考。

FormatNotRecognized -11828

表示媒體的格式為可辨識,因此無法開啟。

FormatUnsupported -11864
IncompatibleAsset -11848

表示裝置不支援媒體格式。

InvalidCompositionTrackSegmentDuration -11825

表示來源媒體在裝置上的播放持續時間無效。

InvalidCompositionTrackSegmentSourceDuration -11827

表示來源媒體未設定持續時間。

InvalidCompositionTrackSegmentSourceStartTime -11826

表示來源媒體無法開啟,因為播放軌開始時間無效。

InvalidOutputURLPathExtension -11843

表示 ouptut 路徑包含不正確延伸模組。

InvalidSourceMedia -11822

表示來源媒體無效。

InvalidVideoComposition -11841

表示影片組合作業無效。

MalformedDepth -11865
MaximumDurationReached -11810

表示達到允許的錄製持續時間上限。

MaximumFileSizeReached -11811

表示達到允許的輸出檔案大小上限。

MaximumNumberOfSamplesForFileFormatReached -11813

表示已達到輸出檔的最大樣本數目。

MaximumStillImageCaptureRequestsExceeded -11830

表示已達到輸出檔的仍然影像數目上限。

MediaChanged -11809

表示錄製來源媒體已變更。

MediaDiscontinuity -11812

表示來源資料已中斷。

MediaServicesWereReset -11819

表示媒體服務已重設。

NoCompatibleAlternatesForExternalDisplay -11868
NoDataCaptured -11805

表示沒有任何資料傳送至錄製會話。

NoImageAtTime -11832

表示播放失敗,因為指定的時間沒有影像存在。

NoLongerPlayable -11867
NoSourceTrack -11869
OperationInterrupted -11847

表示作業已中斷。

OperationNotAllowed -11862

表示已嘗試不允許的作業。

OperationNotSupportedForAsset -11838

表示已嘗試在特定資產或資產類型上不支援的作業。

OutOfMemory -11801

表示系統記憶體已滿。

RecordingAlreadyInProgress -11859

表示嘗試在進行另一個錄製時開始錄製。

ReferenceForbiddenByReferencePolicy -11842

表示嘗試遵循缺少授權的參考。

ScreenCaptureFailed -11844

表示無法擷取畫面。

ServerIncorrectlyConfigured -11850

表示媒體伺服器未正確設定。

SessionConfigurationChanged -11806

表示錄製會話設定已變更。

SessionNotRunning -11803

表示因為會話未執行而未收到任何資料。

SessionWasInterrupted -11818

表示錄製擷取已中斷。

TorchLevelUnavailable -11846

表示手電筒筒層級無法使用,可能是因為氣力不足。

UndecodableMediaData -11855

表示媒體資料已損毀。

Unknown -11800

表示發生未知的錯誤。

UnsupportedOutputSettings -11861

表示不支援輸出設定。

VideoCompositorFailed -11858

表示視訊編輯器失敗。

適用於