CVReturn Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Possible status codes for CoreVideo functions.
public enum CVReturn
type CVReturn =
- Inheritance
-
CVReturn
Fields
| Name | Value | Description |
|---|---|---|
| Last | -6699 | Internal marker. |
| Retry | -6692 | The method will retry. |
| InvalidPoolAttributes | -6691 | It is not possible to create a buffer pool with the specified attributes. |
| PoolAllocationFailed | -6690 | Failure to allocate the pool. |
| WouldExceedAllocationThreshold | -6689 | Performing this operation would exceed the allocation threshold. |
| PixelBufferNotMetalCompatible | -6684 | The pixel buffer is not compatible with Metal. |
| PixelBufferNotOpenGLCompatible | -6683 | The pixel format is not compatible with OpenGL. |
| InvalidPixelBufferAttributes | -6682 | The specified pixel buffer attributes are not valid. |
| InvalidSize | -6681 | Invalid buffer size. |
| InvalidPixelFormat | -6680 | The specified pixel format is not valid. |
| DisplayLinkCallbacksNotSet | -6673 | There are no callbacks registered for the specified display link. |
| DisplayLinkNotRunning | -6672 | The display link is not running |
| DisplayLinkAlreadyRunning | -6671 | The displauy link is already running. |
| InvalidDisplay | -6670 | The specified display is invalid |
| Unsupported | -6663 | The operation is not supported. |
| AllocationFailed | -6662 | Allocation failed. |
| InvalidArgument | -6661 | Caller passed an invalid argument. |
| Error | -6660 | Generic error message. |
| First | -6660 | Internal marker |
| Success | 0 | The method executed successfully. |