/** * 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 DolbyVisionProfile { NOT_SET, PROFILE_5, PROFILE_8_1 }; namespace DolbyVisionProfileMapper { AWS_MEDIACONVERT_API DolbyVisionProfile GetDolbyVisionProfileForName(const Aws::String& name); AWS_MEDIACONVERT_API Aws::String GetNameForDolbyVisionProfile(DolbyVisionProfile value); } // namespace DolbyVisionProfileMapper } // namespace Model } // namespace MediaConvert } // namespace Aws