synchronizedOutput method

bool synchronizedOutput()

Whether synchronized frame output is enabled.

Implementation

bool synchronizedOutput() => (_flags & _Flag.synchronizedOutput) != 0;