VideoScalerStatus 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.
public enum class VideoScalerStatus
/// [Windows.Foundation.Metadata.Version(1)]
enum class VideoScalerStatus
[Windows.Foundation.Metadata.Version(1)]
public enum VideoScalerStatus
var value = Microsoft.Windows.AI.Video.VideoScalerStatus.success
Public Enum VideoScalerStatus
- Inheritance
-
VideoScalerStatus
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Success | 0 | |
| InvalidInputFormat | 1 | |
| InvalidOutputFormat | 2 | |
| InvalidPlaneSize | 3 | |
| InvalidFrameData | 4 | |
| ModelNotAvailable | 5 | |
| OutOfMemory | 6 | |
| Failure | 7 |