activateWithError:
Activates the media environment.
Declaration
- (BOOL) activateWithError:(NSError **) error;Parameters
- error:
A pointer to an error object that describes why the method failed, or
nilif no error occurred. Passnilto ignore the error.