Contents

instantiateDesiredMediaObject

Create an IOMedia object for media.

Declaration

virtual IOMedia * instantiateDesiredMediaObject(
 void);

Overview

This method creates the exact type of IOMedia object desired. It is called by instantiateMediaObject. A subclass may override this one-line method to change the type of media object actually instantiated.

See Also

Miscellaneous