Main Content

isRecording

Indicate if audio device is currently recording

Since R2025a

    Description

    status = isRecording(as) returns true if the audiostreamer is currently recording. Otherwise, the function returns false.

    Input Arguments

    collapse all

    The audiostreamer object to query.

    Output Arguments

    collapse all

    Status of the audiostreamer, returned as true if it is currently recording or false otherwise.

    Version History

    Introduced in R2025a