Contents

validateNewMedia

Verify that new media is acceptable.

Declaration

virtual bool validateNewMedia(
 void);

Overview

This method will be called whenever new media is detected. Return true to accept the media, or false to reject it (and call rejectMedia). Vendors might override this method to handle password-protection for new media.

The default implementation always returns True, indicating media is accepted.

See Also

Miscellaneous