Olive
exponentialfadetransition.h
1 #ifndef EXPONENTIALFADETRANSITION_H
2 #define EXPONENTIALFADETRANSITION_H
3 
4 #include "project/transition.h"
5 
7 public:
9  void process_audio(double timecode_start, double timecode_end, quint8* samples, int nb_bytes, int channel_count);
10 };
11 
12 #endif // LINEARFADETRANSITION_H
Definition: exponentialfadetransition.h:6
Definition: effect.h:27
Definition: clip.h:33
Definition: transition.h:19