ARConfiguration.VideoFormat Property

Definition

Gets or sets a data structure that gives the resolution and frame rate for the capture session.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ARKit.ARVideoFormat VideoFormat { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("videoFormat", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setVideoFormat:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.VideoFormat : ARKit.ARVideoFormat with get, set

Property Value

The data structure that gives the resolution and frame rate for the capture session.

Attributes

Applies to