Show / Hide Table of Contents

Class PresetAudio

Inheritance
System.Object
PresetAudio
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ElasticTranscoder.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PresetAudio

Fields

View Source

AudioPackingMode

The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

Declaration
public readonly string AudioPackingMode
Field Value
Type Description
System.String
View Source

BitRate

The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

Declaration
public readonly string BitRate
Field Value
Type Description
System.String
View Source

Channels

The number of audio channels in the output file

Declaration
public readonly string Channels
Field Value
Type Description
System.String
View Source

Codec

The audio codec for the output file. Valid values are AAC, flac, mp2, mp3, pcm, and vorbis.

Declaration
public readonly string Codec
Field Value
Type Description
System.String
View Source

SampleRate

The sample rate of the audio stream in the output file, in hertz. Valid values are: auto, 22050, 32000, 44100, 48000, 96000

Declaration
public readonly string SampleRate
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.