Java Doc for QSoundABBToneSequencePlayer.java in  » 6.0-JDK-Modules » j2me » com » sun » mmedia » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » j2me » com.sun.mmedia 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.mmedia.ABBBasicPlayer
      com.sun.mmedia.QSoundABBToneSequencePlayer

QSoundABBToneSequencePlayer
public class QSoundABBToneSequencePlayer extends ABBBasicPlayer implements Runnable(Code)



Constructor Summary
public  QSoundABBToneSequencePlayer()
    

Method Summary
protected  voiddoClose()
     Subclasses need to implement this to close the Player.
protected  voiddoDeallocate()
     Subclasses need to implement this to deallocate the Player.
 voiddoFinishLoopIteration()
    
protected  ControldoGetControl(String controlType)
     The worker method to actually obtain the control.
Parameters:
  type - the class name of the Control.
protected  longdoGetDuration()
     Subclasses need to implement this to get the duration of the Player.
protected  longdoGetMediaTime()
    
 voiddoNextLoopIteration()
    
protected  voiddoPrefetch()
     Subclasses need to implement this to prefetch the Player.
protected  voiddoRealize()
     Subclasses need to implement this to realize the Player.
protected  voiddoSetLoopCount(int count)
    
protected  longdoSetMediaTime(long now)
     Subclasses need to implement this to set the media time of the Player.
protected  booleandoStart()
     Subclasses need to implement this start the Player.
protected  voiddoStop()
     Subclasses need to implement this to realize the Player.
public  StringgetContentType()
    
public  voidrun()
    
 booleansetSequence(byte[] seq)
    


Constructor Detail
QSoundABBToneSequencePlayer
public QSoundABBToneSequencePlayer()(Code)




Method Detail
doClose
protected void doClose()(Code)
Subclasses need to implement this to close the Player.



doDeallocate
protected void doDeallocate()(Code)
Subclasses need to implement this to deallocate the Player.



doFinishLoopIteration
void doFinishLoopIteration()(Code)



doGetControl
protected Control doGetControl(String controlType)(Code)
The worker method to actually obtain the control.
Parameters:
  type - the class name of the Control. Control for the class or interfacename.



doGetDuration
protected long doGetDuration()(Code)
Subclasses need to implement this to get the duration of the Player. Description of the Return Value



doGetMediaTime
protected long doGetMediaTime()(Code)
Subclasses need to implement this to get the media time of the Player Description of the Return Value



doNextLoopIteration
void doNextLoopIteration()(Code)



doPrefetch
protected void doPrefetch() throws MediaException(Code)
Subclasses need to implement this to prefetch the Player.
exception:
  MediaException - Description of the Exception



doRealize
protected void doRealize() throws MediaException(Code)
Subclasses need to implement this to realize the Player.
exception:
  MediaException - Description of the Exception



doSetLoopCount
protected void doSetLoopCount(int count)(Code)



doSetMediaTime
protected long doSetMediaTime(long now) throws MediaException(Code)
Subclasses need to implement this to set the media time of the Player.
Parameters:
  now - Description of the Parameter Description of the Return Value
exception:
  MediaException - Description of the Exception



doStart
protected boolean doStart()(Code)
Subclasses need to implement this start the Player. Description of the Return Value



doStop
protected void doStop() throws MediaException(Code)
Subclasses need to implement this to realize the Player.
exception:
  MediaException - Description of the Exception



getContentType
public String getContentType()(Code)



run
public void run()(Code)



setSequence
boolean setSequence(byte[] seq) throws IllegalArgumentException(Code)



Fields inherited from com.sun.mmedia.ABBBasicPlayer
final public static int AUDIO_MIDI(Code)(Java Doc)
final public static int AUDIO_NONE(Code)(Java Doc)
final public static int AUDIO_PCM(Code)(Java Doc)
boolean EOM(Code)(Java Doc)
PlayerEventQueue eventQueue(Code)(Java Doc)
int eventQueueSize(Code)(Java Doc)
Object evtLock(Code)(Java Doc)
final protected static String fpcName(Code)(Java Doc)
final protected static String guiName(Code)(Java Doc)
Vector listeners(Code)(Java Doc)
boolean listenersModified(Code)(Java Doc)
boolean loopAfterEOM(Code)(Java Doc)
int loopCountSetloopCount(Code)(Java Doc)
final protected static String mdcName(Code)(Java Doc)
final protected static String micName(Code)(Java Doc)
protected int pID(Code)(Java Doc)
final protected static String picName(Code)(Java Doc)
final protected static String pkgName(Code)(Java Doc)
final protected static String racName(Code)(Java Doc)
final protected static String recName(Code)(Java Doc)
final protected static String rtspName(Code)(Java Doc)
InputStream source(Code)(Java Doc)
public int state(Code)(Java Doc)
final protected static String stcName(Code)(Java Doc)
final protected static String tecName(Code)(Java Doc)
final protected static String tocName(Code)(Java Doc)
final protected static String vicName(Code)(Java Doc)
final protected static String vocName(Code)(Java Doc)

Methods inherited from com.sun.mmedia.ABBBasicPlayer
public void addPlayerListener(PlayerListener playerListener)(Code)(Java Doc)
final protected void checkPermissions() throws SecurityException(Code)(Java Doc)
final protected void chkClosed(boolean unrealized)(Code)(Java Doc)
public synchronized void close()(Code)(Java Doc)
public synchronized void deallocate()(Code)(Java Doc)
abstract protected void doClose()(Code)(Java Doc)
abstract protected void doDeallocate()(Code)(Java Doc)
synchronized void doFinishLoopIteration()(Code)(Java Doc)
abstract protected Control doGetControl(String type)(Code)(Java Doc)
abstract protected long doGetDuration()(Code)(Java Doc)
abstract protected long doGetMediaTime()(Code)(Java Doc)
synchronized void doNextLoopIteration()(Code)(Java Doc)
protected void doPostStart()(Code)(Java Doc)
abstract protected void doPrefetch() throws MediaException(Code)(Java Doc)
abstract protected void doRealize() throws MediaException(Code)(Java Doc)
public int doSetLevel(int ll)(Code)(Java Doc)
protected void doSetLoopCount(int count)(Code)(Java Doc)
abstract protected long doSetMediaTime(long now) throws MediaException(Code)(Java Doc)
abstract protected boolean doStart()(Code)(Java Doc)
abstract protected void doStop() throws MediaException(Code)(Java Doc)
public static ABBBasicPlayer get(int pid)(Code)(Java Doc)
public int getAudioType()(Code)(Java Doc)
public String getContentType()(Code)(Java Doc)
final public Control getControl(String type)(Code)(Java Doc)
final public Control[] getControls()(Code)(Java Doc)
public long getDuration()(Code)(Java Doc)
public long getMediaTime()(Code)(Java Doc)
public Object getOutput()(Code)(Java Doc)
public int getState()(Code)(Java Doc)
public boolean initFromURL(String encodings)(Code)(Java Doc)
final void notifyListeners(String message, Object obj)(Code)(Java Doc)
public static void notifyPauseListener(String msg)(Code)(Java Doc)
public static void pauseAll()(Code)(Java Doc)
public static void pauseStateEntered(MIDletPauseListener listener, boolean paused)(Code)(Java Doc)
public synchronized void prefetch() throws MediaException(Code)(Java Doc)
public synchronized void realize() throws MediaException(Code)(Java Doc)
public void removePlayerListener(PlayerListener playerListener)(Code)(Java Doc)
public static void resumeAll()(Code)(Java Doc)
public void sendEvent(String evtName, Object evtData)(Code)(Java Doc)
public synchronized void setLoopCount(int count)(Code)(Java Doc)
public static void setMIDletPauseListener(MIDletPauseListener listener)(Code)(Java Doc)
public synchronized long setMediaTime(long now) throws MediaException(Code)(Java Doc)
public void setOutput(Object output)(Code)(Java Doc)
public void setSource(InputStream source) throws IOException, MediaException(Code)(Java Doc)
public synchronized void start() throws MediaException(Code)(Java Doc)
public synchronized void stop() throws MediaException(Code)(Java Doc)

Methods inherited from java.lang.Object
public boolean equals(Object obj)(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.