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

The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify

CopyC#
auto
. If you want to specify the container type for the input file, enter one of the following values:

CopyC#
3gp
,
CopyC#
aac
,
CopyC#
asf
,
CopyC#
avi
,
CopyC#
divx
,
CopyC#
flv
,
CopyC#
m4a
,
CopyC#
mkv
,
CopyC#
mov
,
CopyC#
mp3
,
CopyC#
mp4
,
CopyC#
mpeg
,
CopyC#
mpeg-ps
,
CopyC#
mpeg-ts
,
CopyC#
mxf
,
CopyC#
ogg
,
CopyC#
vob
,
CopyC#
wav
,
CopyC#
webm

Declaration Syntax
C#
public string Container { get; set; }

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