zui docs v0.0.5
GitHub ↗
Multimedia and capture Native Qt

Audio Output

Audio Output is a native Zui component in the multimedia and capture catalog, with 4 component-specific properties.

Usage

Ruby example

Paste this complete Builder example inside the app surface from the Quickstart. Replace illustrative asset paths with files from your project.

Ruby
audio_output device: :default, muted: false, volume: 0.7
API

Component properties

4 component-specific values, plus shared item and layout properties.

deviceDevice configuration for Audio Output.property
mutedMuted configuration for Audio Output.property
volumeVolume configuration for Audio Output.property
visibleVisible configuration for Audio Output.property
Show 16 shared item properties
enabledopacityscalerotationzwidthheightfill_widthfill_heightpreferred_widthpreferred_heightminimum_widthminimum_heightmaximum_widthmaximum_heightlayout_alignment
Interaction

Events

Subscribe with on widget, :event and keep behavior in Ruby.

device_changeNative event payload
muted_changeNative event payload
volume_changeNative event payload
errorNative event payload