Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AVFoundation] AVAudioUnitManufacturerNameApple and AVAudioUnitType aren't deprecated neither in headers nor documentation. #14198

Merged
merged 2 commits into from
Feb 21, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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