analyze

format

void analyze(MediaObject mediaObject) throws EveException

 

void analyze(MediaObject mediaObject,CommandList beforeMethods,CommandList afterMethods) throws EveException

description

Analyzes a given MediaObject and replaces it in its containing MediaCollection. You do not have to have a MediaCollection open to perform the analysis.

parameters

mediaObject - the object to be analyzed

 

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

TRUE - if the analysis was successful

 

FALSE - if the analysis failed

throws

The analyze() method throws an EveException if the analysis fails.