/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace MediaLive { namespace Model { enum class Eac3AttenuationControl { NOT_SET, ATTENUATE_3_DB, NONE }; namespace Eac3AttenuationControlMapper { AWS_MEDIALIVE_API Eac3AttenuationControl GetEac3AttenuationControlForName(const Aws::String& name); AWS_MEDIALIVE_API Aws::String GetNameForEac3AttenuationControl(Eac3AttenuationControl value); } // namespace Eac3AttenuationControlMapper } // namespace Model } // namespace MediaLive } // namespace Aws