[AVFoundation] Fix typo in attribute name and add missing availability attributes. (#13548)

This commit is contained in:
Rolf Bjarne Kvinge 2021-12-14 08:11:23 +01:00 коммит произвёл GitHub
Родитель d0f33c7931
Коммит f348e045a1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -9901,12 +9901,13 @@ namespace AVFoundation {
[Wrap ("Array.ConvertAll (_GetAvailableEmbeddedThumbnailPhotoCodecTypes, s => AVVideoCodecTypeExtensions.GetValue (s))", IsVirtual = true)]
AVVideoCodecType[] AvailableEmbeddedThumbnailPhotoCodecTypes { get; }
#if XAMCORE_4_0
#if NET
[iOS (11, 0)]
[NullAllowed, Export ("embeddedThumbnailPhotoFormat", ArgumentSemantic.Copy)]
NSDictionary WeakEmbeddedThumbnailPhotoFormat { get; set; }
[Warp ("WeakEmbeddedThumbnailPhotoFormat")]
[iOS (11, 0)]
[Wrap ("WeakEmbeddedThumbnailPhotoFormat")]
AVCapturePhotoSettingsThumbnailFormat EmbeddedThumbnailPhotoFormat { get; set; }
#else
[iOS (11, 0)]