@override bool get recording => _getIntProp("Recording") != 0;
@override set recording(bool v) => _setIntProp("Recording", v ? 1 : 0);