AWS SDK for .NET Documentation
CodecOptions Property
AmazonAmazon.ElasticTranscoder.ModelAudioParametersCodecOptions Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property CodecOptions.

If you specified

CopyC#
AAC
for
CopyC#
Audio:Codec
, this is the
CopyC#
AAC
compression profile to use. Valid values include:

CopyC#
auto
,
CopyC#
AAC-LC
,
CopyC#
HE-AAC
,
CopyC#
HE-AACv2

If you specify

CopyC#
auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.

Declaration Syntax
C#
public AudioCodecOptions CodecOptions { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)