Package apple.metal.enums
Class MTLCaptureError
- java.lang.Object
-
- apple.metal.enums.MTLCaptureError
-
public final class MTLCaptureError extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAlreadyCapturingA capture is already in progress.static longInvalidDescriptorThe MTLCaptureDescriptor contains an invalid parameters.static longNotSupportedCapturing is not supported, maybe the destination is not supported.
-
-
-
Field Detail
-
NotSupported
public static final long NotSupported
Capturing is not supported, maybe the destination is not supported.- See Also:
- Constant Field Values
-
AlreadyCapturing
public static final long AlreadyCapturing
A capture is already in progress.- See Also:
- Constant Field Values
-
InvalidDescriptor
public static final long InvalidDescriptor
The MTLCaptureDescriptor contains an invalid parameters.- See Also:
- Constant Field Values
-
-