added Clip Length ProtoFlux node page |
Sudo-Generic -> Pseudo-generic |
||
Line 32: | Line 32: | ||
== Outputs == | == Outputs == | ||
=== * ( | === * (Pseudo-generic) === | ||
The length of the provided Source ([[Type:IPlayable|IPlayable]]) in seconds. | The length of the provided Source ([[Type:IPlayable|IPlayable]]) in seconds. |
Latest revision as of 18:46, 6 June 2024
Clip Length
Media
Clip Length is a ProtoFlux node that returns an IPlayable's length in seconds.
This node has the following variants, with their respective outputs:
Variant | Node Type | Output Example |
---|---|---|
Clip Length (float) | Clip Length Float |
10.000087 (less precision)
|
Clip Length (double) | Clip Length Double |
10.0008374623287624
|
Inputs
Source (IPlayable)
The clip to check if it is playing
Outputs
* (Pseudo-generic)
The length of the provided Source (IPlayable) in seconds.
Examples
-
Clip Length node being used along side a bunch of other basic information about a clip.