diff --git a/src/avfoundation.cs b/src/avfoundation.cs index 454e75bd29..4a4f8009d0 100644 --- a/src/avfoundation.cs +++ b/src/avfoundation.cs @@ -11494,12 +11494,12 @@ namespace AVFoundation { [iOS (8,0), NoMac] [Export ("videoHDRSupported")] - bool VideoHDRSupportedVideoHDREnabled { [Bind ("isVideoHDRSupported")] get; } + bool VideoHDRSupported { [Bind ("isVideoHDRSupported")] get; } #if !XAMCORE_5_0 [iOS (8,0), NoMac] - [Obsolete ("Use the 'VideoHDRSupportedVideoHDREnabled' property instead.")] - [Wrap ("VideoHDRSupportedVideoHDREnabled", IsVirtual = true)] + [Obsolete ("Use the 'VideoHDRSupported' property instead.")] + [Wrap ("VideoHDRSupported", IsVirtual = true)] bool videoHDRSupportedVideoHDREnabled { [Bind ("isVideoHDRSupported")] get; } #endif