AVCapturePhotoSettings.AvailableRawEmbeddedThumbnailPhotoCodecTypes 属性

定义

获取缩略图支持的原始照片编解码器类型的列表。

[ObjCRuntime.BindAs(typeof(AVFoundation.AVVideoCodecType[]), OriginalType=typeof(Foundation.NSString[]))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AVFoundation.AVVideoCodecType[] AvailableRawEmbeddedThumbnailPhotoCodecTypes { [Foundation.Export("availableRawEmbeddedThumbnailPhotoCodecTypes")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.AvailableRawEmbeddedThumbnailPhotoCodecTypes : AVFoundation.AVVideoCodecType[]

属性值

缩略图支持的原始照片编解码器类型的 Te 列表。

属性

适用于