{"version":3,"sources":["src/common.speech/ServiceMessages/MultichannelAudio/CtsAudioContinuation.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;CACxB","file":"CtsAudioContinuation.d.ts","sourcesContent":["//\n// Copyright (c) Microsoft. All rights reserved.\n// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.\n//\n\nimport { CtsAudioInfo } from \"./CtsAudioInfo\";\n\n/**\n * CTS multichannel audio continuation\n */\nexport interface CtsAudioContinuation {\n    /**\n     * CTS Continuation token for audio stream\n     */\n    token?: string;\n\n    /**\n     * Audio information\n     */\n    audio?: CtsAudioInfo;\n}\n"]}