This commit is contained in:
Haritha Mohan 2022-11-08 16:07:14 -08:00 коммит произвёл Haritha Mohan
Родитель dabcafab4c
Коммит 374c2d1fba
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -11494,12 +11494,12 @@ namespace AVFoundation {
[iOS (8,0), NoMac] [iOS (8,0), NoMac]
[Export ("videoHDRSupported")] [Export ("videoHDRSupported")]
bool VideoHDRSupportedVideoHDREnabled { [Bind ("isVideoHDRSupported")] get; } bool VideoHDRSupported { [Bind ("isVideoHDRSupported")] get; }
#if !XAMCORE_5_0 #if !XAMCORE_5_0
[iOS (8,0), NoMac] [iOS (8,0), NoMac]
[Obsolete ("Use the 'VideoHDRSupportedVideoHDREnabled' property instead.")] [Obsolete ("Use the 'VideoHDRSupported' property instead.")]
[Wrap ("VideoHDRSupportedVideoHDREnabled", IsVirtual = true)] [Wrap ("VideoHDRSupported", IsVirtual = true)]
bool videoHDRSupportedVideoHDREnabled { [Bind ("isVideoHDRSupported")] get; } bool videoHDRSupportedVideoHDREnabled { [Bind ("isVideoHDRSupported")] get; }
#endif #endif