/** * 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 Fmp4TimedMetadataBehavior { NOT_SET, NO_PASSTHROUGH, PASSTHROUGH }; namespace Fmp4TimedMetadataBehaviorMapper { AWS_MEDIALIVE_API Fmp4TimedMetadataBehavior GetFmp4TimedMetadataBehaviorForName(const Aws::String& name); AWS_MEDIALIVE_API Aws::String GetNameForFmp4TimedMetadataBehavior(Fmp4TimedMetadataBehavior value); } // namespace Fmp4TimedMetadataBehaviorMapper } // namespace Model } // namespace MediaLive } // namespace Aws