|
| enum class | ClipState { Stopped
, PlayQueued
, Playing
, StopQueued
} |
|
|
void | to_json (nlohmann::json &j, const ClipSlot &slot) |
|
void | from_json (const nlohmann::json &j, ClipSlot &slot) |
Definition at line 18 of file clip_slot.h.
◆ ClipState
| enum class zrythm::structure::scenes::ClipSlot::ClipState |
|
strong |
◆ clearClip()
| Q_INVOKABLE void zrythm::structure::scenes::ClipSlot::clearClip |
( |
| ) |
|
|
inline |
◆ clip()
◆ clipReference()
| std::optional< arrangement::ArrangerObjectUuidReference > zrythm::structure::scenes::ClipSlot::clipReference |
( |
| ) |
const |
|
inline |
Returns a copy of the current clip reference (nullopt if empty).
Definition at line 48 of file clip_slot.h.
◆ setTimebaseProvider()
| void zrythm::structure::scenes::ClipSlot::setTimebaseProvider |
( |
dsp::TimebaseProvider * | provider | ) |
|
|
inline |
◆ state()
| ClipState zrythm::structure::scenes::ClipSlot::state |
( |
| ) |
const |
|
inline |
◆ clipObject
◆ state
| ClipState zrythm::structure::scenes::ClipSlot::state |
|
readwrite |
The documentation for this class was generated from the following file: