{{newin|[[11.0]]|110|type=function}}
Gets whether the device is currently recording.
== Function ==
=== Synopsis ===
<source lang="lua">
recording = RecordingDevice:isRecording( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|recording|True if the [[RecordingDevice]] is [[RecordingDevice:start|recording]], false otherwise.}}
== See Also ==
* [[parent::RecordingDevice]]
* [[RecordingDevice:start]]
* [[RecordingDevice:stop]]
[[Category:Functions]]
{{#set:Description=Gets whether the device is currently recording.}}
== Other Languages ==
{{i18n|RecordingDevice:isRecording}}