1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #ifndef DOM_MEDIA_GVAUTOPLAYREQUESTUTILS_H_
6 #define DOM_MEDIA_GVAUTOPLAYREQUESTUTILS_H_
10 #include "mozilla/DefineEnum.h"
15 MOZ_DEFINE_ENUM_CLASS_WITH_BASE_AND_TOSTRING(GVAutoplayRequestType
, bool,
16 (eINAUDIBLE
, eAUDIBLE
));
18 MOZ_DEFINE_ENUM_CLASS_WITH_BASE_AND_TOSTRING(GVAutoplayRequestStatus
, uint32_t,
19 (eUNKNOWN
, eALLOWED
, eDENIED
,
23 } // namespace mozilla