AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A Common Media Application Format (CMAF) packaging configuration.

Inheritance Hierarchy

System.Object
  Amazon.MediaPackage.Model.CmafPackage

Namespace: Amazon.MediaPackage.Model
Assembly: AWSSDK.MediaPackage.dll
Version: 3.x.y.z

Syntax

C#
public class CmafPackage

The CmafPackage type exposes the following members

Constructors

NameDescription
Public Method CmafPackage()

Properties

NameTypeDescription
Public Property Encryption Amazon.MediaPackage.Model.CmafEncryption

Gets and sets the property Encryption.

Public Property HlsManifests System.Collections.Generic.List<Amazon.MediaPackage.Model.HlsManifest>

Gets and sets the property HlsManifests. A list of HLS manifest configurations

Public Property SegmentDurationSeconds System.Int32

Gets and sets the property SegmentDurationSeconds. Duration (in seconds) of each segment. Actual segments will berounded to the nearest multiple of the source segment duration.

Public Property SegmentPrefix System.String

Gets and sets the property SegmentPrefix. An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.

Public Property StreamSelection Amazon.MediaPackage.Model.StreamSelection

Gets and sets the property StreamSelection.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5