1# Copyright (c) 2023 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4description: USB Audio Class 2 Audio Channel Cluster 5 6properties: 7 front-left: 8 type: boolean 9 description: Front Left channel present in the cluster 10 11 front-right: 12 type: boolean 13 description: Front Right channel present in the cluster 14 15 front-center: 16 type: boolean 17 description: Front Center channel present in the cluster 18 19 low-frequency-effects: 20 type: boolean 21 description: Low Frequency Effects channel present in the cluster 22 23 back-left: 24 type: boolean 25 description: Back Left channel present in the cluster 26 27 back-right: 28 type: boolean 29 description: Back Right channel present in the cluster 30 31 front-left-of-center: 32 type: boolean 33 description: Front Left of Center channel present in the cluster 34 35 front-right-of-center: 36 type: boolean 37 description: Front Right of Center channel present in the cluster 38 39 back-center: 40 type: boolean 41 description: Back Center channel present in the cluster 42 43 side-left: 44 type: boolean 45 description: Side Left channel present in the cluster 46 47 side-right: 48 type: boolean 49 description: Side Right channel present in the cluster 50 51 top-center: 52 type: boolean 53 description: Top Center channel present in the cluster 54 55 top-front-left: 56 type: boolean 57 description: Top Front Left channel present in the cluster 58 59 top-front-center: 60 type: boolean 61 description: Top Front Center channel present in the cluster 62 63 top-front-right: 64 type: boolean 65 description: Top Front Right channel present in the cluster 66 67 top-back-left: 68 type: boolean 69 description: Top Back Left channel present in the cluster 70 71 top-back-center: 72 type: boolean 73 description: Top Back Center channel present in the cluster 74 75 top-back-right: 76 type: boolean 77 description: Top Back Right channel present in the cluster 78 79 top-front-left-of-center: 80 type: boolean 81 description: Top Front Left of Center channel present in the cluster 82 83 top-front-right-of-center: 84 type: boolean 85 description: Top Front Right of Center channel present in the cluster 86 87 left-low-frequency-effects: 88 type: boolean 89 description: Left Low Frequency Effects channel present in the cluster 90 91 right-low-frequency-effects: 92 type: boolean 93 description: Right Low Frequency Effects channel present in the cluster 94 95 top-side-left: 96 type: boolean 97 description: Top Side Left channel present in the cluster 98 99 top-side-right: 100 type: boolean 101 description: Top Side Right channel present in the cluster 102 103 bottom-center: 104 type: boolean 105 description: Bottom Center channel present in the cluster 106 107 back-left-of-center: 108 type: boolean 109 description: Back Left of Center channel present in the cluster 110 111 back-right-of-center: 112 type: boolean 113 description: Back Right of Center channel present in the cluster 114 115 raw-data: 116 type: boolean 117 description: Raw Data, mutually exclusive with all other spatial locations 118