Skip to content

Commit

Permalink
[avfoundation] Add missing setters on AVAssetDownloadOptions properti…
Browse files Browse the repository at this point in the history
…es. Fixes #44201 (#824)

AVAssetDownloadOptions is a strong dictionary.

https://bugzilla.xamarin.com/show_bug.cgi?id=44201
  • Loading branch information
spouliot committed Sep 13, 2016
1 parent 5408c05 commit ea692ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/avfoundation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10442,8 +10442,8 @@ interface AVAssetDownloadTaskKeys {
[NoWatch]
[StrongDictionary ("AVAssetDownloadTaskKeys")]
interface AVAssetDownloadOptions {
NSNumber MinimumRequiredMediaBitrate { get; }
AVMediaSelection MediaSelection { get; }
NSNumber MinimumRequiredMediaBitrate { get; set; }
AVMediaSelection MediaSelection { get; set; }
}

[NoTV]
Expand Down

0 comments on commit ea692ac

Please sign in to comment.