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.

Audio Only Hls Settings

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.AudioOnlyHlsSettings

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

Syntax

C#
public class AudioOnlyHlsSettings

The AudioOnlyHlsSettings type exposes the following members

Constructors

NameDescription
Public Method AudioOnlyHlsSettings()

Properties

NameTypeDescription
Public Property AudioGroupId System.String

Gets and sets the property AudioGroupId. Specifies the group to which the audio Rendition belongs.

Public Property AudioOnlyImage Amazon.MediaLive.Model.InputLocation

Gets and sets the property AudioOnlyImage. Optional. Specifies the .jpg or .png image to use as the cover art for an audio-only output. We recommend a low bit-size file because the image increases the output audio bandwidth.The image is attached to the audio as an ID3 tag, frame type APIC, picture type 0x10, as per the "ID3 tag version 2.4.0 - Native Frames" standard.

Public Property AudioTrackType Amazon.MediaLive.AudioOnlyHlsTrackType

Gets and sets the property AudioTrackType. Four types of audio-only tracks are supported:Audio-Only Variant StreamThe client can play back this audio-only stream instead of video in low-bandwidth scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest.Alternate Audio, Auto Select, DefaultAlternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YESAlternate Audio, Auto Select, Not DefaultAlternate rendition that the client may try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YESAlternate Audio, not Auto SelectAlternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO

Public Property SegmentType Amazon.MediaLive.AudioOnlyHlsSegmentType

Gets and sets the property SegmentType. Specifies the segment type.

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