/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace MediaConvert { namespace Model { enum class Eac3AtmosDynamicRangeCompressionLine { NOT_SET, NONE, FILM_STANDARD, FILM_LIGHT, MUSIC_STANDARD, MUSIC_LIGHT, SPEECH }; namespace Eac3AtmosDynamicRangeCompressionLineMapper { AWS_MEDIACONVERT_API Eac3AtmosDynamicRangeCompressionLine GetEac3AtmosDynamicRangeCompressionLineForName(const Aws::String& name); AWS_MEDIACONVERT_API Aws::String GetNameForEac3AtmosDynamicRangeCompressionLine(Eac3AtmosDynamicRangeCompressionLine value); } // namespace Eac3AtmosDynamicRangeCompressionLineMapper } // namespace Model } // namespace MediaConvert } // namespace Aws