File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -126,12 +126,17 @@ void ripple(
126
126
ErrorStatus* error_status = nullptr );
127
127
128
128
//
129
- // Adjust a source_range without affecting any other items.
129
+ // Any trim-like action results in adjacent items source_range being adjusted
130
+ // to fit.
131
+ // No new items are ever created.
132
+ // Clamped to available media (if available)
133
+ // Start time in parent of Item before input item will never change
134
+ // End time in parent of Item after input item will never change
130
135
//
131
136
// | A | B | -> | A | B |
132
137
// <--*
133
138
//
134
- // item = Item to apply ripple to (usually a clip)
139
+ // item = Item to apply roll to (usually a clip)
135
140
// delta_in = RationalTime that the item's source_range().start_time()
136
141
// will be adjusted by
137
142
// delta_out = RationalTime that the item's
You can’t perform that action at this time.
0 commit comments