Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dev/rolf/corehaptics-…
Browse files Browse the repository at this point in the history
…macos
  • Loading branch information
rolfbjarne committed Jan 14, 2025
2 parents eaf0162 + 9de395d commit 8e73cac
Show file tree
Hide file tree
Showing 56 changed files with 1,481 additions and 977 deletions.
17 changes: 14 additions & 3 deletions src/AVFoundation/AVAudioSessionDataSourceDescription.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,26 @@

namespace AVFoundation {
public enum AVAudioDataSourceLocation {
Unknown, Upper, Lower
Unknown,
Upper,
Lower,
}

public enum AVAudioDataSourceOrientation {
Unknown, Top, Bottom, Front, Back, Left, Right
Unknown,
Top,
Bottom,
Front,
Back,
Left,
Right,
}

public enum AVAudioDataSourcePolarPattern {
Unknown, Omnidirectional, Cardioid, Subcardioid
Unknown,
Omnidirectional,
Cardioid,
Subcardioid,
}

public partial class AVAudioSessionDataSourceDescription {
Expand Down
Loading

0 comments on commit 8e73cac

Please sign in to comment.