Class PresetAudioCodecOptionsArgs
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 PresetAudioCodecOptionsArgs : ResourceArgs
Constructors
View SourcePresetAudioCodecOptionsArgs()
Declaration
public PresetAudioCodecOptionsArgs()
Properties
View SourceBitDepth
The bit depth of a sample is how many bits of information are included in the audio samples. Valid values are 16 and 24. (FLAC/PCM Only)
Declaration
public Input<string> BitDepth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BitOrder
The order the bits of a PCM sample are stored in. The supported value is LittleEndian. (PCM Only)
Declaration
public Input<string> BitOrder { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Profile
If you specified AAC for Audio:Codec, choose the AAC profile for the output file.
Declaration
public Input<string> Profile { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Signed
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned). The supported value is Signed. (PCM Only)
Declaration
public Input<string> Signed { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |