Class MTLCaptureError


  • public final class MTLCaptureError
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long AlreadyCapturing
      A capture is already in progress.
      static long InvalidDescriptor
      The MTLCaptureDescriptor contains an invalid parameters.
      static long NotSupported
      Capturing is not supported, maybe the destination is not supported.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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