Class PresetAudioGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PresetAudioGetArgs : ResourceArgs
Constructors
View SourcePresetAudioGetArgs()
Declaration
public PresetAudioGetArgs()
Properties
View SourceAudioPackingMode
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> |
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> |
Channels
The number of audio channels in the output file
Declaration
public Input<string> Channels { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |