Skip to content

Commit

Permalink
[AVFoundation] AVAudioUnitManufacturerNameApple and AVAudioUnitType a…
Browse files Browse the repository at this point in the history
…ren't deprecated neither in headers nor documentation. (xamarin#14198)
  • Loading branch information
rolfbjarne authored and TJ Lambert committed Mar 8, 2022
1 parent ad4e938 commit b6f932a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/avfoundation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13997,7 +13997,6 @@ interface AVMusicTrack {
nuint TimeResolution { get; }
}

[Obsoleted (PlatformName.TvOS, 12,0, message: "All fields will return 'null'.")]
[Watch (3,0)]
[iOS (9,0)][Mac (10,11)]
[Static]
Expand Down Expand Up @@ -14146,8 +14145,6 @@ interface AVAudioUnitComponentManager {
[Watch (3,0)]
[Static]
interface AVAudioUnitManufacturerName {

[Obsoleted (PlatformName.TvOS, 12,0, message: "Field will return 'null'.")]
[Field ("AVAudioUnitManufacturerNameApple")]
[Mac (10,10), iOS (9,0)]
NSString Apple { get; }
Expand Down

0 comments on commit b6f932a

Please sign in to comment.