codecOptions property
If you specified AAC
for Audio:Codec
, this is the
AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
,
HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based
on the bit rate of the output file.
Implementation
final AudioCodecOptions? codecOptions;