Playback Group#
A PlaybackGroup object is returned from get_playback_groups.
Playback groups are a method of grouping timelines or scenes.
Properties#
Property |
Value Type |
Description |
Value Example |
|---|---|---|---|
|
string |
Playback group name |
|
For example:
-- Get playback group for playback group 1
playbackGroup = get_playback_group(1)
-- Log the name of playback group
log(playbackGroup.name)