container property
The container format. The default is mp4
Supported container formats:
tsfmp4- the corresponding file extension is.m4smp4vtt
See also: Supported input and output formats
Implementation
@$pb.TagNumber(3)
$core.String get container => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set container($core.String v) { $_setString(2, v); }