1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
3 * This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
12 // Start the audio session in the current process
13 void StartAudioSession();
15 // Stop the audio session in the current process
16 void StopAudioSession();
19 } // namespace mozilla