Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AudioOnlyHlsSettings

import type { AudioOnlyHlsSettings } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Audio Only Hls Settings

interface AudioOnlyHlsSettings {
AudioGroupId?: string | null;
AudioOnlyImage?: InputLocation | null;
AudioTrackType?: AudioOnlyHlsTrackType | null;
SegmentType?: AudioOnlyHlsSegmentType | null;
}

§Properties

§
AudioGroupId?: string | null
[src]

Specifies the group to which the audio Rendition belongs.

§
AudioOnlyImage?: InputLocation | null
[src]

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.

§
AudioTrackType?: AudioOnlyHlsTrackType | null
[src]

Four types of audio-only tracks are supported:

Audio-Only Variant Stream The 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, Default Alternate 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=YES

Alternate Audio, Auto Select, Not Default Alternate 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=YES

Alternate Audio, not Auto Select Alternate 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

§
SegmentType?: AudioOnlyHlsSegmentType | null
[src]

Specifies the segment type.