A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/MediaConvert/Types/WavSettings.html below:

WavSettings — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::WavSettings
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing WavSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  bit_depth: 1,
  channels: 1,
  format: "RIFF",   sample_rate: 1,
}

Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value WAV.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #bit_depth ⇒ Integer

Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.

#channels ⇒ Integer

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.

#format ⇒ String

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.

Possible values:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4