Skip to content

Commit

Permalink
Adding enums (#12010)
Browse files Browse the repository at this point in the history
Co-authored-by: tj_devel709 <antlambe@microsoft.com>
  • Loading branch information
tj-devel709 and tj_devel709 authored Jun 25, 2021
1 parent d8ee4d2 commit b1e8b29
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/AudioToolbox/AudioType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,42 @@ public enum AudioChannelLayoutTag : uint { // UInt32 AudioChannelLayoutTag
Atmos_7_1_4 = (192 << 16) | 12,
Atmos_9_1_6 = (193 << 16) | 16,
Atmos_5_1_2 = (194 << 16) | 8,
Atmos_5_1_4 = (195U<<16) | 10,
Atmos_7_1_2 = (196U<<16) | 10,

Logic_Mono = Mono,
Logic_Stereo = Stereo,
Logic_Quadraphonic = Quadraphonic,
Logic_4_0_A = MPEG_4_0_A,
Logic_4_0_B = MPEG_4_0_B,
Logic_4_0_C = (197U<<16) | 4,
Logic_5_0_A = MPEG_5_0_A,
Logic_5_0_B = MPEG_5_0_B,
Logic_5_0_C = MPEG_5_0_C,
Logic_5_0_D = MPEG_5_0_D,
Logic_5_1_A = MPEG_5_1_A,
Logic_5_1_B = MPEG_5_1_B,
Logic_5_1_C = MPEG_5_1_C,
Logic_5_1_D = MPEG_5_1_D,
Logic_6_0_A = AAC_6_0,
Logic_6_0_B = (198U<<16) | 6,
Logic_6_0_C = AudioUnit_6_0,
Logic_6_1_A = AAC_6_1,
Logic_6_1_B = (199U<<16) | 7,
Logic_6_1_C = MPEG_6_1_A,
Logic_6_1_D = (200U<<16) | 7,
Logic_7_1_A = AudioUnit_7_1,
Logic_7_1_B = (201U<<16) | 8,
Logic_7_1_C = MPEG_7_1_C,
Logic_7_1_SDDS_A = MPEG_7_1_A,
Logic_7_1_SDDS_B = MPEG_7_1_B,
Logic_7_1_SDDS_C = Emagic_Default_7_1,
Logic_Atmos_5_1_2 = Atmos_5_1_2,
Logic_Atmos_5_1_4 = Atmos_5_1_4,
Logic_Atmos_7_1_2 = Atmos_7_1_2,
Logic_Atmos_7_1_4_A = Atmos_7_1_4,
Logic_Atmos_7_1_4_B = (202U<<16) | 12,
Logic_Atmos_7_1_6 = (203U<<16) | 14,

DiscreteInOrder = (147<<16) | 0, // needs to be ORed with the actual number of channels
Unknown = 0xFFFF0000 // needs to be ORed with the actual number of channels
Expand Down

10 comments on commit b1e8b29

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ [CI Build] Tests passed on Build. ✅

Tests passed on Build.

API diff

✅ API Diff from stable

View API diff

API & Generator diff

ℹ️ API Diff (from PR only) (please review changes)
Generator Diff (no change)

Packages generated

View packages

🎉 All 221 tests passed 🎉

Pipeline on Agent XAMBOT-1037.BigSur'
Adding enums (#12010)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on VSTS: device tests tvOS 🔥

Not enough free space in the host.

Pipeline on Agent
Adding enums (#12010)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Tests were not ran (VSTS: device tests tvOS). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
Adding enums (#12010)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Tests were not ran (VSTS: device tests iOS). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
Adding enums (#12010)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Tests passed on macOS Mac Catalina (10.15) ✅

Tests passed

All tests on macOS X Mac Catalina (10.15) passed.

Pipeline on Agent
Adding enums (#12010)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Tests passed on macOS Mac Mojave (10.14) ✅

Tests passed

All tests on macOS X Mac Mojave (10.14) passed.

Pipeline on Agent
Adding enums (#12010)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Tests passed on macOS Mac High Sierra (10.13) ✅

Tests passed

All tests on macOS X Mac High Sierra (10.13) passed.

Pipeline on Agent
Adding enums (#12010)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Status for 'xamarin-macios - sample testing (build)': failure.

  • ❌ Debug_iPhone_AF: Failed
  • ❌ Debug_iPhone_GR: Failed
  • ❌ Debug_iPhone_SZ: Failed
  • ❌ Debug_iPhoneSimulator: Failed
  • ❌ Release_iPhone_AF: Failed
  • ❌ Release_iPhone_GR: Failed
  • ❌ Release_iPhone_SZ: Failed
  • ❌ Release_iPhoneSimulator: Failed
  • ❌ Debug_Mac: Failed
  • ❌ Release_Mac: Failed
  • ❌ PublishPerformanceData: Failed

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Tests were not ran (Build). ⚠️

Results were skipped for this run Azure Devops.

Pipeline on Agent
Adding enums (#12010)

Co-authored-by: tj_devel709 antlambe@microsoft.com

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Tests were not ran (VSTS: device tests iOS32b). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
Adding enums (#12010)

Please sign in to comment.