32 lines
832 B
C
32 lines
832 B
C
|
|
/**
|
|||
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|||
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
#pragma once
|
|||
|
|
#include <aws/kinesis-video-archived-media/KinesisVideoArchivedMedia_EXPORTS.h>
|
|||
|
|
#include <aws/core/utils/memory/stl/AWSString.h>
|
|||
|
|
|
|||
|
|
namespace Aws
|
|||
|
|
{
|
|||
|
|
namespace KinesisVideoArchivedMedia
|
|||
|
|
{
|
|||
|
|
namespace Model
|
|||
|
|
{
|
|||
|
|
enum class DASHDisplayFragmentNumber
|
|||
|
|
{
|
|||
|
|
NOT_SET,
|
|||
|
|
ALWAYS,
|
|||
|
|
NEVER
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
namespace DASHDisplayFragmentNumberMapper
|
|||
|
|
{
|
|||
|
|
AWS_KINESISVIDEOARCHIVEDMEDIA_API DASHDisplayFragmentNumber GetDASHDisplayFragmentNumberForName(const Aws::String& name);
|
|||
|
|
|
|||
|
|
AWS_KINESISVIDEOARCHIVEDMEDIA_API Aws::String GetNameForDASHDisplayFragmentNumber(DASHDisplayFragmentNumber value);
|
|||
|
|
} // namespace DASHDisplayFragmentNumberMapper
|
|||
|
|
} // namespace Model
|
|||
|
|
} // namespace KinesisVideoArchivedMedia
|
|||
|
|
} // namespace Aws
|