Skip to content

library / dev.bmcreations.scrcast.config / StorageConfig / fileNameFormatter

fileNameFormatter

val fileNameFormatter:FileFormatter

the formatting of the file name for the resulting screen recording. This is done via a higher order lambda in Kotlin and a FunctionN to ensure the formatter will run for each recording independently of one another.

Defaults to the current time in MM_dd_yyyy_hhmmss format.

Will end up being located at mediaStorageLocation/fileNameFormatter

See Also

mediaStorageLocation