/** * 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 EmbeddedConvert608To708 { NOT_SET, DISABLED, UPCONVERT }; namespace EmbeddedConvert608To708Mapper { AWS_MEDIALIVE_API EmbeddedConvert608To708 GetEmbeddedConvert608To708ForName(const Aws::String& name); AWS_MEDIALIVE_API Aws::String GetNameForEmbeddedConvert608To708(EmbeddedConvert608To708 value); } // namespace EmbeddedConvert608To708Mapper } // namespace Model } // namespace MediaLive } // namespace Aws