Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / widget / windows / AudioSession.h
blob612a5e209b58ffcc3eab6eb5b083e57b41c8d6be
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/. */
7 #include "nsString.h"
9 namespace mozilla {
10 namespace widget {
12 // Start the audio session in the current process
13 void StartAudioSession();
15 // Stop the audio session in the current process
16 void StopAudioSession();
18 } // namespace widget
19 } // namespace mozilla