SuperTransportManager
The base class for all transport managers in the system.
Transport managers are responsible for:
- Receiving transport commands from a variety of sources
- Tracking and managing current playback state
- Updating the compositor for all Display types.
Category: Transports
Base class: Resource
Subclasses: MultiTransportManager, TransportManager
Properties
brightness : float
Master brightness/opacity for all composition operations performed by the transport manager.
current : TransportManager (Read-Only)
Used by the GUI - access to the “current” transport manager - local, not for use by non-GUI systems.
startupBrightness : float
The brightness level used before receiving any brightness-related commands.
startupVolume : float
The volume used before receiving any volume-related commands.
volume : float
Master volume control for all audio output operations performed by the transport manager.