[videotoolbox] DestinationICCProfile was already in XM so we can't fix the case (#637)

* [videotoolbox] Fix casing for DestinationICCProfile field

OTOH it was not fully exposed in the strong dictionary (fixed)
This commit is contained in:
Sebastien Pouliot 2016-08-21 18:51:02 -04:00 коммит произвёл GitHub
Родитель 5999d9cc4e
Коммит 9f2df4b2f3
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -947,11 +947,10 @@ namespace XamCore.VideoToolbox {
[Export ("DestinationPixelAspectRatio")] [Export ("DestinationPixelAspectRatio")]
AVVideoPixelAspectRatioSettings DestinationPixelAspectRatio { get; set; } AVVideoPixelAspectRatioSettings DestinationPixelAspectRatio { get; set; }
#if MONOMAC [iOS (10,0)]
[Mac (10,8)] [Mac (10,8)]
[Export ("DestinationICCProfile")] [Export ("DestinationICCProfile")]
NSData DestinationICCProfile { get; set; } NSData DestinationICCProfile { get; set; }
#endif
} }
// VTPixelTransferProperties are available in iOS 9 radar://22614931 https://trello.com/c/bTl6hRu9 // VTPixelTransferProperties are available in iOS 9 radar://22614931 https://trello.com/c/bTl6hRu9