{"version":3,"sources":["src/common.speech/ServiceMessages/MultichannelAudio/CtsAudioStream.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB","file":"CtsAudioStream.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\n/**\n * CTS Audio stream information\n */\nexport interface CtsAudioStream {\n    /**\n     * The stream offset\n     */\n    offset?: number; // Using number instead of ulong as TypeScript doesn't have exact equivalent\n}\n"]}