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.

Required when you set Codec to the value WAV.

Inheritance Hierarchy

System.Object
  Amazon.MediaConvert.Model.WavSettings

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

Syntax

C#
public class WavSettings

The WavSettings type exposes the following members

Constructors

NameDescription
Public Method WavSettings()

Properties

NameTypeDescription
Public Property BitDepth System.Int32

Gets and sets the property BitDepth. Specify Bit depth, in bits per sample, to choose the encoding quality for this audio track.

Public Property Channels System.Int32

Gets and sets the property Channels. Specify the number of channels in this output audio track. Valid values are 1 and even numbers up to 64. For example, 1, 2, 4, 6, and so on, up to 64.

Public Property Format Amazon.MediaConvert.WavFormat

Gets and sets the property Format. The service defaults to using RIFF for WAV outputs. If your output audio is likely to exceed 4 GB in file size, or if you otherwise need the extended support of the RF64 format, set your output WAV file format to RF64.

Public Property SampleRate System.Int32

Gets and sets the property SampleRate. Sample rate in Hz.

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