r954: Improve icons of the liveaudio and livevideo effects.
[cinelerra_cv.git] / cinelerra / aedit.h
blob3433d620e98a14b6750af6c33b1531ad3ae0c852
1 #ifndef AEDIT_H
2 #define AEDIT_H
5 #include "guicast.h"
6 #include "edit.h"
7 #include "filexml.inc"
8 #include "aedits.inc"
10 // UNITS ARE SAMPLES
12 class AEdit : public Edit
14 public:
15 AEdit(EDL *edl, Edits *edits);
27 ~AEdit();
29 int load_properties_derived(FileXML *xml);
32 // ========================================= editing
34 int copy_properties_derived(FileXML *xml, int64_t length_in_selection);
35 int dump_derived();
36 int64_t get_source_end(int64_t default_);
38 private:
40 AEdits *aedits;
43 #endif