synchronizedOutput method
Whether synchronized frame output is enabled.
Implementation
bool synchronizedOutput() => (_flags & _Flag.synchronizedOutput) != 0;
Whether synchronized frame output is enabled.
bool synchronizedOutput() => (_flags & _Flag.synchronizedOutput) != 0;