/** * 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 Vp8FramerateConversionAlgorithm { NOT_SET, DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER }; namespace Vp8FramerateConversionAlgorithmMapper { AWS_MEDIACONVERT_API Vp8FramerateConversionAlgorithm GetVp8FramerateConversionAlgorithmForName(const Aws::String& name); AWS_MEDIACONVERT_API Aws::String GetNameForVp8FramerateConversionAlgorithm(Vp8FramerateConversionAlgorithm value); } // namespace Vp8FramerateConversionAlgorithmMapper } // namespace Model } // namespace MediaConvert } // namespace Aws