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(ClipPtr c, ClipPtr s, const EffectMeta *em)
Definition: logarithmicfadetransition.cpp:25
std::shared_ptr< Clip > ClipPtr
Definition: cacher.h:28
void process_audio(double timecode_start, double timecode_end, quint8 *samples, int nb_bytes, int channel_count)
Definition: logarithmicfadetransition.cpp:27
Definition: logarithmicfadetransition.h:26
Definition: transition.h:48