getMediaObject (long)

format

MediaObject getMediaObject(long key) throws EveException

 

MediaObject getMediaObject(long key,CommandList beforeMethods,CommandList afterMethods) throws EveException

description

Retrieves the MediaObject with the given key.

parameters

key - the index key of the MediaObject you wish to retrieve

 

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

the requested MediaObject

throws

The getMediaObject() method throws an EveException if the retrieval fails.