Class OutputFilter

Class Documentation

class OutputFilter

Allows for the configuration of the output filter at runtime.

Remark

Since MirAL 5.3

Public Functions

explicit OutputFilter()
explicit OutputFilter(MirOutputFilter default_filter)
~OutputFilter()
void filter(MirOutputFilter new_filter) const

Applies the new filter. (Either immediately or when the server starts)

void operator()(mir::Server &server) const