Class PresetAudioCodecOptions
Inheritance
System.Object
PresetAudioCodecOptions
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 PresetAudioCodecOptions
Fields
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 readonly string BitDepth
Field Value
| Type | Description |
|---|---|
| System.String |
BitOrder
The order the bits of a PCM sample are stored in. The supported value is LittleEndian. (PCM Only)
Declaration
public readonly string BitOrder
Field Value
| Type | Description |
|---|---|
| System.String |
Profile
If you specified AAC for Audio:Codec, choose the AAC profile for the output file.
Declaration
public readonly string Profile
Field Value
| Type | Description |
|---|---|
| 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 readonly string Signed
Field Value
| Type | Description |
|---|---|
| System.String |