Gets and sets the property CodecOptions.
If you specified CopyC#
for AAC
CopyC#
, this is the Audio:Codec
CopyC#
compression profile to use. Valid values include:
AAC
CopyC#
, auto
CopyC#
, AAC-LC
CopyC#
, HE-AAC
CopyC#
HE-AACv2
If you specify CopyC#
, Elastic Transcoder chooses a profile based on the
bit rate of the output file.
auto

C# |
public AudioCodecOptions CodecOptions { get; set; }