fileName property
The name of the generated file. The default is MuxStream.key with the
extension suffix corresponding to the MuxStream.container.
Individual segments also have an incremental 10-digit zero-padded suffix
starting from 0 before the extension, such as mux_stream0000000123.ts.
Implementation
@$pb.TagNumber(2)
$core.String get fileName => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set fileName($core.String v) { $_setString(1, v); }