Show / Hide Table of Contents

Class PresetAudioArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PresetAudioArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PresetAudioArgs : ResourceArgs

Constructors

View Source

PresetAudioArgs()

Declaration
public PresetAudioArgs()

Properties

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 Input<string> AudioPackingMode { get; set; }
Property Value
Type Description
Input<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 Input<string> BitRate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Channels

The number of audio channels in the output file

Declaration
public Input<string> Channels { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Codec

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

Declaration
public Input<string> Codec { get; set; }
Property Value
Type Description
Input<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 Input<string> SampleRate { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.