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