xamarin-macios/tests/xtro-sharpie/watchOS-AVFoundation.ignore

23 строки
1.0 KiB
Plaintext

## all members are marked as not available on watchOS (but not the protocol itself)
!missing-protocol! AVAudio3DMixing not bound
# as per the header comments, the following two enums have to be ignored on watchOS
!missing-enum! AVAudioSessionIOType not bound
# got removed in watchOS 5 withouth a deprecation, added obsolete attr.
!unknown-field! AVAudioUnitManufacturerNameApple bound
!unknown-field! AVAudioUnitTypeEffect bound
!unknown-field! AVAudioUnitTypeFormatConverter bound
!unknown-field! AVAudioUnitTypeGenerator bound
!unknown-field! AVAudioUnitTypeMIDIProcessor bound
!unknown-field! AVAudioUnitTypeMixer bound
!unknown-field! AVAudioUnitTypeMusicDevice bound
!unknown-field! AVAudioUnitTypeMusicEffect bound
!unknown-field! AVAudioUnitTypeOfflineEffect bound
!unknown-field! AVAudioUnitTypeOutput bound
!unknown-field! AVAudioUnitTypePanner bound
# headers say it is present, but AVMetadataItemFilter is not
!missing-selector! +AVMetadataItem::metadataItemsFromArray:filteredByMetadataItemFilter: not bound