mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 03:09:57 +01:00
New Timeline actions
Smooth and auto cut actions added on the side of the timeline UI.
This commit is contained in:
@@ -120,8 +120,10 @@ public:
|
||||
float fadingAt(const GstClockTime t);
|
||||
inline float *fadingArray() { return fadingArray_; }
|
||||
void clearFading();
|
||||
|
||||
void smoothFading(uint N = 1);
|
||||
void autoFading(uint milisecond = 100);
|
||||
bool autoCut();
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user