주요 콘텐츠

pause

Pause playing and/or recording

Since R2025a

    Description

    pause(as) pauses both playing and recording for the audiostreamer. You can then call resume to resume playing and/or recording.

    pause(as,mode) pauses the specified mode of the audiostreamer.

    Input Arguments

    collapse all

    The audiostreamer object that is playing and/or recording the audio.

    The audiostreamer mode to pause, specified as "player", "recorder", or "both".

    Data Types: char | string

    Version History

    Introduced in R2025a