VNGenerateOpticalFlowRequest.OutputPixelFormat Property
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.
[Foundation.Advice("The only allowed values here are 'TwoComponent16Half' or 'TwoComponent32Float' (Default).")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreVideo.CVPixelFormatType OutputPixelFormat { [Foundation.Export("outputPixelFormat")] get; [Foundation.Export("setOutputPixelFormat:")] set; }
[<Foundation.Advice("The only allowed values here are 'TwoComponent16Half' or 'TwoComponent32Float' (Default).")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("outputPixelFormat")>]
[<set: Foundation.Export("setOutputPixelFormat:")>]
member this.OutputPixelFormat : CoreVideo.CVPixelFormatType with get, set
Property Value
- Attributes