/** * 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 Eac3AtmosDrcLine { NOT_SET, FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH }; namespace Eac3AtmosDrcLineMapper { AWS_MEDIALIVE_API Eac3AtmosDrcLine GetEac3AtmosDrcLineForName(const Aws::String& name); AWS_MEDIALIVE_API Aws::String GetNameForEac3AtmosDrcLine(Eac3AtmosDrcLine value); } // namespace Eac3AtmosDrcLineMapper } // namespace Model } // namespace MediaLive } // namespace Aws