quicktime.app
Interface RecordMovieCallback
- public interface RecordMovieCallback
An object that implements this interface can be given to the RecordMovie
class to notify the caller when recording is complete.
The movie that is returned in the parametre of the finish method is the movie
to which a video track was added.
Method Summary |
void |
finish(Movie m)
Called when the movie is completed recording. |
finish
public void finish(Movie m)
- Called when the movie is completed recording.
- Parameters:
m
- the movie to which the track was added