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

WavSettings

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

Wav Settings

interface WavSettings {
BitDepth?: number | null;
CodingMode?: WavCodingMode | null;
SampleRate?: number | null;
}

§Properties

§
BitDepth?: number | null
[src]

Bits per sample.

§
CodingMode?: WavCodingMode | null
[src]

The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.

§
SampleRate?: number | null
[src]

Sample rate in Hz.