codec property

  1. @TagNumber.new(1)
String get codec

The codec for this text stream. The default is webvtt.

Supported text codecs:

  • srt
  • ttml
  • cea608
  • cea708
  • webvtt

Implementation

@$pb.TagNumber(1)
$core.String get codec => $_getSZ(0);
  1. @TagNumber.new(1)
set codec (String v)

Implementation

@$pb.TagNumber(1)
set codec($core.String v) { $_setString(0, v); }