Conversay Developers Forum

NOTICE!

Use of the Conversay Developers Network (CDN Forum) requires registration with this site.  Click HERE to register now.

 
  CDN Forum  Application Dev...  Application Dev...  Asynchronous vs Immediate Mode
Previous Previous
 
Next Next
New Post 5/15/2008 2:58 PM
  CDN Host
20 posts
No Ranking


Asynchronous vs Immediate Mode 

Reading javax.speech.engine.Engine.allocate(int mode) it sasy: "When the mode is ~ASYNCHRONOUS_MODE, it operates the same as the signature with no arguments (see allocate())." But in javax.speech.engine.Engine.deallocate(int mode): "Calling deallocate(~ASYNCHRONOUS_MODE &~IMMEDIATE_MODE) operates the same as the signature with no arguments (see deallocate())."

It seems that in allocate you have two mode: asynchronous and immediate, but in deallocate you have a third mode: 0x00.

 
Previous Previous
 
Next Next
  CDN Forum  Application Dev...  Application Dev...  Asynchronous vs Immediate Mode