container property

  1. @TagNumber.new(3)
String get container

The container format. The default is mp4

Supported container formats:

  • ts
  • fmp4- the corresponding file extension is .m4s
  • mp4
  • vtt

See also: Supported input and output formats

Implementation

@$pb.TagNumber(3)
$core.String get container => $_getSZ(2);
  1. @TagNumber.new(3)
set container (String v)

Implementation

@$pb.TagNumber(3)
set container($core.String v) { $_setString(2, v); }