Adobe-CEP / Samples

Code samples for CEP extensions
MIT License
972 stars 551 forks source link

How to check if Adobe Media Encoder is installed? #113

Closed HppZ closed 4 years ago

bbb999 commented 4 years ago

There's no good way. What's the entire workflow, you're trying to support?

HppZ commented 4 years ago

I want to call AME to do something, but before that I want to check if AME is already installed.

araujohenrique commented 4 years ago

Maybe this is what you are looking for: BridgeTalk.getStatus("ame")

That I know of the return values could be: 'ISNOTRUNNING' 'ISNOTINSTALLED' 'BUSY' 'IDLE' 'PUMPING'

HppZ commented 4 years ago

thanks! but how to do it by query registry?

HppZ commented 4 years ago

where is BridgeTalk.getStatus documented, please? @araujohenrique @bbb999

HppZ commented 4 years ago

found it https://estk.aenhancers.com/index.html