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

AudioConfiguration

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

Object specifying a stream’s audio configuration.

interface AudioConfiguration {
channels?: number | null;
codec?: string | null;
sampleRate?: number | null;
targetBitrate?: number | null;
}

§Properties

§
channels?: number | null
[src]

Number of audio channels.

§
codec?: string | null
[src]

Codec used for the audio encoding.

§
sampleRate?: number | null
[src]

Number of audio samples recorded per second.

§
targetBitrate?: number | null
[src]

The expected ingest bitrate (bits per second). This is configured in the encoder.