TuSDKAssetVideoDecoderStatus
@enum TuSDKAssetVideoDecoderStatus @abstract These constants are returned by the AVAssetReader status property to indicate whether it can successfully read samples from its asset.
@constant TuSDKAssetVideoDecoderStatusUnknown Indicates that the status of the asset decoder is not currently known. @constant TuSDKAssetVideoDecoderStatusReading Indicates that the asset reader is successfully reading samples from its asset. @constant TuSDKAssetVideoDecoderStatusCompleted Indicates that the asset reader has successfully read all of the samples in its time range. @constant TuSDKAssetVideoDecoderStatusFailed Indicates that the asset reader can no longer read samples from its asset because of an error. @constant TuSDKAssetVideoDecoderStatusCancelled Indicates that the asset reader can no longer read samples because decoder was canceled with the cancelReading method.
Definition
typedef NS_ENUM(NSInteger, TuSDKAssetVideoDecoderStatus ) {
TuSDKAssetVideoDecoderStatusUnknown = 0,
TuSDKAssetVideoDecoderStatusReading,
TuSDKAssetVideoDecoderStatusCompleted,
TuSDKAssetVideoDecoderStatusCancelled,
TuSDKAssetVideoDecoderStatusFailed,
};
Constants
TuSDKAssetVideoDecoderStatusUnknown
-
@enum TuSDKAssetVideoDecoderStatus @abstract These constants are returned by the AVAssetReader status property to indicate whether it can successfully read samples from its asset.
TuSDKAssetVideoDecoder.h
. TuSDKAssetVideoDecoderStatusReading
-
@enum TuSDKAssetVideoDecoderStatus @abstract These constants are returned by the AVAssetReader status property to indicate whether it can successfully read samples from its asset.
TuSDKAssetVideoDecoder.h
. TuSDKAssetVideoDecoderStatusCompleted
-
@enum TuSDKAssetVideoDecoderStatus @abstract These constants are returned by the AVAssetReader status property to indicate whether it can successfully read samples from its asset.
TuSDKAssetVideoDecoder.h
. TuSDKAssetVideoDecoderStatusCancelled
-
@enum TuSDKAssetVideoDecoderStatus @abstract These constants are returned by the AVAssetReader status property to indicate whether it can successfully read samples from its asset.
TuSDKAssetVideoDecoder.h
. TuSDKAssetVideoDecoderStatusFailed
-
@enum TuSDKAssetVideoDecoderStatus @abstract These constants are returned by the AVAssetReader status property to indicate whether it can successfully read samples from its asset.
TuSDKAssetVideoDecoder.h
.
TuSDKAssetVideoDecoder.h