Lua
C++
Edit

Speaker:Pause

This method pauses a playing speaker.

Syntax

function Speaker:Pause()

Example

-- Create a new speaker object
local speaker = Speaker()

-- Start playing the speaker
speaker:Play()

-- Pause the speaker
speaker:Pause()
Copyright © 2024 Ultra Software.
All rights reserved.