imported>ProbablePrime m ProbablePrime moved page Category:Types:SyncPlayback to Types:SyncPlayback |
m added information about the usual location of the type on components, along with Flux nodes often used with it. |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{ | {{Stub}} | ||
A SyncPlayback is a type for managing videos, animations, and audio. This type can be referenced via [[ProtoFlux]] to stop, play, pause, enable loop to name a few on the SyncPlayback. It also holds information on how long the playback is, and it's play speed. SyncPlaybacks can be synchronized with each other and their playback driven. | |||
Fields of the SyncPlayback type can often be found on the [[Component:AudioClipPlayer|AudioClipPlayer]] or [[Component:VideoTextureProvider|VideoTextureProvider]] Components of media files under the name "Playback". | |||
To play media using this type, users may use the [[Protoflux:Playback_Drive|Playback Drive]] ProtoFlux node. | |||
A SyncPlayback is a type for managing videos and audio. | [[Category:Type]] | ||
[[Category: |
Latest revision as of 11:32, 8 June 2025
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
A SyncPlayback is a type for managing videos, animations, and audio. This type can be referenced via ProtoFlux to stop, play, pause, enable loop to name a few on the SyncPlayback. It also holds information on how long the playback is, and it's play speed. SyncPlaybacks can be synchronized with each other and their playback driven.
Fields of the SyncPlayback type can often be found on the AudioClipPlayer or VideoTextureProvider Components of media files under the name "Playback".
To play media using this type, users may use the Playback Drive ProtoFlux node.