Main Content

isRecorderPaused

Indicates if recording is currently paused

Since R2025a

    Description

    status = isRecorderPaused(as) returns true if the audiostreamer recorder is currently paused. 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 the recorder is paused or false otherwise.

    Version History

    Introduced in R2025a