{"version":3,"sources":["src/common.speech/ServiceMessages/MultichannelAudio/CtsAudioInfo.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,GAAG,IAAI,CAAC,CAAC;CACnD","file":"CtsAudioInfo.d.ts","sourcesContent":["//\r\n// Copyright (c) Microsoft. All rights reserved.\r\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\r\n//\r\n\r\nimport { CtsAudioStream } from \"./CtsAudioStream\";\r\n\r\n/**\r\n * Audio information\r\n */\r\nexport interface CtsAudioInfo {\r\n    /**\r\n     * Audio streams keyed by stream id. A null value is the opt-in marker telling the service\r\n     * the stream is continuation-capable (the stream is opted in with \"<id>\":null).\r\n     */\r\n    streams?: Record<string, CtsAudioStream | null>;\r\n}\r\n"]}