Jump to content

Component: Audio ( Indicator)

From Flowcode Help
Revision as of 14:36, 13 July 2026 by SteveT (talk | contribs) (Text replacement - "style="background-color:#EAE1EA; color:#4B008D;"" to "class="mtx-class-propfolder"")
Author MatrixTSL
Version 1.0
Category Indicator


Audio component

Web-based audio component

Detailed description

No detailed description exists yet for this component

Examples

No additional examples

Macro reference

AttachToDevice

AttachToDevice
Requests permission to use a microphone feed. 
- VOID Return


GetRecording

GetRecording
Returns the recorded data 
- STRING Return


HasMedia

HasMedia
The media is currently available 
- BOOL Return


IsPlaying

IsPlaying
The media is currently playing 
- BOOL Return


JumpBy

JumpBy
Seeks the media to a new position relative to the current position 
- FLOAT Offset
The position offset of the media (in seconds) 
- VOID Return


JumpTo

JumpTo
Sseeks the media to the new time 
- FLOAT Position
The position in the media (in seconds) 
- VOID Return


Load

Load
Loads new media (or resets the current media if the parameter is blank) 
- STRING Source
The source URL for the media (use empty string to keep use current media) 
- VOID Return


Pause

Pause
Pauses the media 
- VOID Return


Play

Play
Starts or resumes playing the media 
- VOID Return


StartRecording

StartRecording
Starts recording the media 
- VOID Return


StopRecording

StopRecording
Stops recording the media 
- VOID Return


Property reference

Properties
Audio
Source
The URL of the source media 
Type
The MIME type of the media (leave blank for auto) 
Options
Muted
Set true to mute the audio from the resource 
Loop
Set true to automatically seek to the start of the media once it has reached the end 
Show Controls
Shows or hides the default set of controls (e.g. pause/resume, volume, seeking) 
Autoplay
Automatically begin to play the media as soon as it is available 
Callbacks
OnAttached
Send when a microphone feed is attached to this component 
Advanced
Custom Attributes
 

Component Source Code

Please click here to download the component source project: FC_Comp_Source_WEBEXP_Audio.fcsx

Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_Audio.fcsx