You can use objects that implement this interface to listen to events generated by an {@link IMediaGenerator} object. To do that, create your{@link IMediaListener} object and attach it to an {@link IMediaGenerator} bycalling {@link IMediaGenerator#addListener(IMediaListener)}.
These methods block the calling {@link IMediaGenerator} while they process sotry to return quickly. If you have long running actions to perform, use a separate thread.
|
|
|
|
|
|