Outdated documentation

This documentation page refers to Godot 4.3, and may be outdated or incorrect.
Additionally, this engine version is no longer supported.

Check this page in the stable branch for the latest additions and corrections.

AudioStreamPlaybackInteractive

Inherits: AudioStreamPlayback < RefCounted < Object

Playback component of AudioStreamInteractive.

Description

Playback component of AudioStreamInteractive. Contains functions to change the currently played clip.

Methods

void

switch_to_clip(clip_index: int)

void

switch_to_clip_by_name(clip_name: StringName)


Method Descriptions

void switch_to_clip(clip_index: int) 🔗

Switch to a clip (by index).


void switch_to_clip_by_name(clip_name: StringName) 🔗

Switch to a clip (by name).


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.