/** * 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 ProresCodecProfile { NOT_SET, APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY, APPLE_PRORES_4444, APPLE_PRORES_4444_XQ }; namespace ProresCodecProfileMapper { AWS_MEDIACONVERT_API ProresCodecProfile GetProresCodecProfileForName(const Aws::String& name); AWS_MEDIACONVERT_API Aws::String GetNameForProresCodecProfile(ProresCodecProfile value); } // namespace ProresCodecProfileMapper } // namespace Model } // namespace MediaConvert } // namespace Aws