21 #ifndef LOGARITHMICFADETRANSITION_H
22 #define LOGARITHMICFADETRANSITION_H
29 void process_audio(
double timecode_start,
double timecode_end, quint8* samples,
int nb_bytes,
int channel_count);
32 #endif // LOGARITHMICFADETRANSITION_H
LogarithmicFadeTransition(Clip *c, Clip *s, const EffectMeta *em)
Definition: logarithmicfadetransition.cpp:25
Definition: logarithmicfadetransition.h:26
void process_audio(double timecode_start, double timecode_end, quint8 *samples, int nb_bytes, int channel_count)
Definition: logarithmicfadetransition.cpp:27
Definition: transition.h:44