You're working on a Camera application. In this app there is a class that represents all the video capturing functions, called RECORDER. There is also a class that allows you to make some basic manipulations to captured footage (like making changes, deleting captured footage, etc.) called EDITOR.
Try to sort methods for these classes.