Show / Hide Table of Contents

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 Source

BitDepth

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
View Source

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
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.