displayName property
The name for this particular text stream that will be added to the HLS/DASH manifest. Not supported in MP4 files.
Implementation
@$pb.TagNumber(4)
$core.String get displayName => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set displayName($core.String v) {
$_setString(3, v);
}