[AVFoundation] Improve and simplify the manually bound constructors for AVAudioRecorder slightly.#22529
Conversation
…or AVAudioRecorder slightly. Improve and simplify the manually bound constructors for AVAudioRecorder by using the same pattern we use elsewhere for constructors exposed as factory methods. Also add these factory methods to tvOS, since AVAudioRecorder is now available on tvOS.
✅ [CI Build #e91075e] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #e91075e] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ [CI Build #e91075e] Build passed (Build macOS tests) ✅Pipeline on Agent |
✅ API diff for current PR / commit.NET ( No breaking changes )❗ API diff vs stable (Breaking changes).NET ( ❗ Breaking changes ❗ )ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
💻 [CI Build #e91075e] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
💻 [CI Build #e91075e] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
🚀 [CI Build #e91075e] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 115 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
Improve and simplify the manually bound constructors for AVAudioRecorder by
using the same pattern we use elsewhere for constructors exposed as factory
methods.
Also add these factory methods to tvOS, since AVAudioRecorder is now available on tvOS.