ARConfiguration.SupportedVideoFormats 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.
Caution
This is an abstract static method. You need to call 'GetSupportedVideoFormats ()' from a subclass to get results.
Gets or sets the supported video frame rates.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Obsolete("This is an abstract static method. You need to call 'GetSupportedVideoFormats ()' from a subclass to get results.", false)]
public static ARKit.ARVideoFormat[] SupportedVideoFormats { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.SupportedVideoFormats : ARKit.ARVideoFormat[]
Property Value
The supported video frame rates.
- Attributes