Skip to main content

Audio (오디오) Widget Control

This page lists the Widget Control (Property · Method · Event) you use to control the Audio widget from a script. For an introduction to the widget and how to use it, visit Audio.

info

In the examples below, audioID is the name (ID) you assigned to the Audio widget on the canvas. In a script, access members as widgetID.member.

Property

info

Not applicable — the Audio widget has no script-only Property. In scripts, read and write values with the common Widget Control below (getProperty / setProperty).

Method

info

Not applicable — the Audio widget has no dedicated Method. Use the common Widget Control below.

Event

info

Not applicable — the Audio widget has no dedicated Event.

Common Widget Control (all widgets)

note

Every widget supports name-based common Widget Control (Method) such as setProperty, getProperty, and setStyleProperty. See the common reference doc (to be written).