format
MediaObject[] getMediaObject(long keys[]) throws EveException
MediaObject[] getMediaObject(long keys[],CommandList beforeMethods,CommandList afterMethods) throws EveException
description
Retrieves the MediaObjects with the given keys.
parameters
keys - an array of index keys
keys
CommandList beforeMethods indicates that you want to run a command method(s) before the method is invoked
CommandList afterMethods indicates that you want to run a command method(s) after the method is executed
returns
an array of the requested MediaObjects
throws
The getMediaObject() method throws an EveException if the retrieval fails.
getMediaObject()