Show / Hide Table of Contents

Class PresetAudioCodecOptionsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PresetAudioCodecOptionsGetArgs
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 PresetAudioCodecOptionsGetArgs : ResourceArgs

Constructors

View Source

PresetAudioCodecOptionsGetArgs()

Declaration
public PresetAudioCodecOptionsGetArgs()

Properties

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

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