ProtoFlux:Is Playing: Difference between revisions

From Resonite Wiki
fix node input name
m extension
 
Line 30: Line 30:


<gallery widths=480px heights=480px>
<gallery widths=480px heights=480px>
File:Protoflux_media_information_example|Is Playable node being used along side a bunch of other basic information about a clip.
File:Protoflux_media_information_example.webp|Is Playable node being used along side a bunch of other basic information about a clip.
</gallery>
</gallery>


[[Category:ProtoFlux:Media]]
[[Category:ProtoFlux:Media]]

Latest revision as of 17:19, 9 February 2024

Is Playing
Source
*
Media

Is Playing is a ProtoFlux node that returns if an IPlayable is currently playing.


Inputs

Source (IPlayable)

The clip to check if it is playing

Outputs

* (boolean)

Whether the provided Source (IPlayable) is playing or not.

Examples