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

name

string

Playback group name

"Playback Group 1"

For example:

-- Get playback group for playback group 1
playbackGroup = get_playback_group(1)
-- Log the name of playback group
log(playbackGroup.name)