This method of the StandardSecurityManager Class determines whether classes within the current execution context, based on the call stack of the current thread, are allowed to utilize extended multimedia features.
public synchronized void checkMultimedia();
The check succeeds only if all the classes found on the call stack possess MultimediaPermissions. This method is currently used by the com.ms.directX APIs.
SecurityException if the security check fails.