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

Audio Input

Audio Input 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_input device: :default, muted: false, volume: 0.85
API

Component properties

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

deviceDevice configuration for Audio Input.property
mutedMuted configuration for Audio Input.property
volumeVolume configuration for Audio Input.property
visibleVisible configuration for Audio Input.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