ARConfiguration.SupportedVideoFormats 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This is an abstract static method. You need to call 'GetSupportedVideoFormats ()' from a subclass to get results.
获取或设置支持的视频帧速率。
[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[]
属性值
支持的视频帧速率。
- 属性