Contents

acceptNewMedia

React to new media insertion.

Declaration

virtual IOReturn acceptNewMedia(
 void);

Overview

This method logs the media block size and block count, then calls instantiateMediaObject to get a media object instantiated. The media object is then attached above us and registered.

This method can be overridden to control what happens when new media is inserted. The default implementation deals with one IOMedia object.

See Also

Miscellaneous