주요 콘텐츠

isPlaying

Indicate if audio device is currently playing

Since R2025a

    Description

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

    Version History

    Introduced in R2025a