m 989onan moved page Types:SyncPlayback to Type:SyncPlayback: Misspelled title: type not types |
m added information about the usual location of the type on components, along with Flux nodes often used with it. |
||
Line 2: | Line 2: | ||
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. | 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. | |||
[[Category:Type]] | [[Category:Type]] |
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.