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
core.String? fileName;