aws-cdk-lib.aws_medialive.CfnChannel.WavSettingsProperty

interface WavSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.WavSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_WavSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.WavSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.WavSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » WavSettingsProperty

The setup of WAV audio in the output.

The parent of this entity is AudioCodecSettings.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const wavSettingsProperty: medialive.CfnChannel.WavSettingsProperty = {
  bitDepth: 123,
  codingMode: 'codingMode',
  sampleRate: 123,
};

Properties

NameTypeDescription
bitDepth?numberBits per sample.
codingMode?stringThe audio coding mode for the WAV audio.
sampleRate?numberSample rate in Hz.

bitDepth?

Type: number (optional)

Bits per sample.


codingMode?

Type: string (optional)

The audio coding mode for the WAV audio.

The mode determines the number of channels in the audio.


sampleRate?

Type: number (optional)

Sample rate in Hz.