/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace KinesisVideoArchivedMedia { namespace Model { enum class Format { NOT_SET, JPEG, PNG }; namespace FormatMapper { AWS_KINESISVIDEOARCHIVEDMEDIA_API Format GetFormatForName(const Aws::String& name); AWS_KINESISVIDEOARCHIVEDMEDIA_API Aws::String GetNameForFormat(Format value); } // namespace FormatMapper } // namespace Model } // namespace KinesisVideoArchivedMedia } // namespace Aws