1 /**
2  * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  * SPDX-License-Identifier: Apache-2.0.
4  */
5 
6 #pragma once
7 #include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8 #include <aws/core/utils/memory/stl/AWSString.h>
9 
10 namespace Aws
11 {
12 namespace MediaConvert
13 {
14 namespace Model
15 {
16   enum class ProresCodecProfile
17   {
18     NOT_SET,
19     APPLE_PRORES_422,
20     APPLE_PRORES_422_HQ,
21     APPLE_PRORES_422_LT,
22     APPLE_PRORES_422_PROXY,
23     APPLE_PRORES_4444,
24     APPLE_PRORES_4444_XQ
25   };
26 
27 namespace ProresCodecProfileMapper
28 {
29 AWS_MEDIACONVERT_API ProresCodecProfile GetProresCodecProfileForName(const Aws::String& name);
30 
31 AWS_MEDIACONVERT_API Aws::String GetNameForProresCodecProfile(ProresCodecProfile value);
32 } // namespace ProresCodecProfileMapper
33 } // namespace Model
34 } // namespace MediaConvert
35 } // namespace Aws
36