Contents

rejectMedia

Reject new media.

Declaration

virtual void rejectMedia(
 void);

Overview

This method will be called if validateNewMedia returns False (thus rejecting the new media. A vendor may choose to override this method to control behavior when media is rejected.

The default implementation simply calls ejectMedia.

See Also

Miscellaneous