Java Doc for DefaultConfiguration.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.Configuration
      com.sun.mmedia.DefaultConfiguration

All known Subclasses:   com.sun.mmedia.CougarQSoundAbbConfig,
DefaultConfiguration
public class DefaultConfiguration extends Configuration (Code)
The default configuration module for MIDP.


Field Summary
final public static  StringMIME_AUDIO_AMR
     AMR NB mime type.
final public static  StringMIME_AUDIO_AMR_WB
     AMR WB mime type.
final public static  StringMIME_AUDIO_MIDI
     MIDI mime type.
final public static  StringMIME_AUDIO_PCMU
     PCMU mime type.
final public static  StringMIME_AUDIO_SP_MIDI
     SP-MIDI mime type.
final public static  StringMIME_AUDIO_TONE
     Tone sequence mime type.
final public static  StringMIME_AUDIO_WAV
     WAV mime type.
final public static  StringMIME_IMAGE_GIF
     GIF mime type.
final public static  StringMIME_IMAGE_JPEG
     JPEG mime type.
final public static  StringMIME_IMAGE_PNG
     PNG mime type.
final public static  StringMIME_IMAGE_RAW
     Raw image mime type.
final public static  StringMIME_VIDEO_MPEG
     MPEG mime type.
final public static  StringMIME_VIDEO_MPEG4
     MPEG4 mime type.
final public static  StringRGB565
     RGB 565, Sun specific type.
final protected static  StringcProtocols
    
final protected static  StringdProtocols
    
final protected static  StringhfProtocols
    
final protected static  StringhfcProtocols
    
final protected static  StringhfdProtocols
    
final protected static  StringhfdcProtocols
    
final protected static  StringsupportedMPInputTypes
    
protected  HashtablesupportedProtocols
    
final protected static  StringsupportedSS3DPlayerTypes
    

Constructor Summary
public  DefaultConfiguration()
    

Method Summary
public  PCMAudioOutgetAudioRenderer()
     Gets the audio renderer.
public  ImageAccessgetImageAccessor()
     Gets the image accessor.
public  StringgetProperty(String key)
    
public  String[]getSupportedContentTypes(String protocol)
    
public  String[]getSupportedMediaProcessorInputTypes()
    
public  String[]getSupportedProtocols(String content_type)
    
public  String[]getSupportedSoundSource3DPlayerTypes()
    
public  TonePlayergetTonePlayer()
    
public  VideoRenderergetVideoRenderer(Player player, int sourceWidth, int sourceHeight)
     Gets the video renderer.
protected  voidinit()
     method that performs real initialization.
protected  voidinitTunerProperties()
     sets group of tuner properties.
public  voidsetProperty(String key, String value)
    

Field Detail
MIME_AUDIO_AMR
final public static String MIME_AUDIO_AMR(Code)
AMR NB mime type.



MIME_AUDIO_AMR_WB
final public static String MIME_AUDIO_AMR_WB(Code)
AMR WB mime type.



MIME_AUDIO_MIDI
final public static String MIME_AUDIO_MIDI(Code)
MIDI mime type.



MIME_AUDIO_PCMU
final public static String MIME_AUDIO_PCMU(Code)
PCMU mime type.



MIME_AUDIO_SP_MIDI
final public static String MIME_AUDIO_SP_MIDI(Code)
SP-MIDI mime type.



MIME_AUDIO_TONE
final public static String MIME_AUDIO_TONE(Code)
Tone sequence mime type.



MIME_AUDIO_WAV
final public static String MIME_AUDIO_WAV(Code)
WAV mime type.



MIME_IMAGE_GIF
final public static String MIME_IMAGE_GIF(Code)
GIF mime type.



MIME_IMAGE_JPEG
final public static String MIME_IMAGE_JPEG(Code)
JPEG mime type.



MIME_IMAGE_PNG
final public static String MIME_IMAGE_PNG(Code)
PNG mime type.



MIME_IMAGE_RAW
final public static String MIME_IMAGE_RAW(Code)
Raw image mime type.



MIME_VIDEO_MPEG
final public static String MIME_VIDEO_MPEG(Code)
MPEG mime type.



MIME_VIDEO_MPEG4
final public static String MIME_VIDEO_MPEG4(Code)
MPEG4 mime type.



RGB565
final public static String RGB565(Code)
RGB 565, Sun specific type.



cProtocols
final protected static String cProtocols(Code)



dProtocols
final protected static String dProtocols(Code)



hfProtocols
final protected static String hfProtocols(Code)



hfcProtocols
final protected static String hfcProtocols(Code)



hfdProtocols
final protected static String hfdProtocols(Code)



hfdcProtocols
final protected static String hfdcProtocols(Code)



supportedMPInputTypes
final protected static String supportedMPInputTypes(Code)



supportedProtocols
protected Hashtable supportedProtocols(Code)



supportedSS3DPlayerTypes
final protected static String supportedSS3DPlayerTypes(Code)




Constructor Detail
DefaultConfiguration
public DefaultConfiguration()(Code)
Constructor for the DefaultConfiguration object




Method Detail
getAudioRenderer
public PCMAudioOut getAudioRenderer()(Code)
Gets the audio renderer. The audio renderer



getImageAccessor
public ImageAccess getImageAccessor()(Code)
Gets the image accessor. The image accessor



getProperty
public String getProperty(String key)(Code)



getSupportedContentTypes
public String[] getSupportedContentTypes(String protocol)(Code)
Gets the supportedContentTypes attribute of the DefaultConfiguration object
Parameters:
  protocol - Description of the Parameter The supportedContentTypes value



getSupportedMediaProcessorInputTypes
public String[] getSupportedMediaProcessorInputTypes()(Code)



getSupportedProtocols
public String[] getSupportedProtocols(String content_type)(Code)
Gets the supportedProtocols attribute of the DefaultConfiguration object
Parameters:
  content_type - Description of the Parameter The supportedProtocols value



getSupportedSoundSource3DPlayerTypes
public String[] getSupportedSoundSource3DPlayerTypes()(Code)



getTonePlayer
public TonePlayer getTonePlayer()(Code)
Gets the tonePlayer attribute of the DefaultConfiguration object The tonePlayer value



getVideoRenderer
public VideoRenderer getVideoRenderer(Player player, int sourceWidth, int sourceHeight)(Code)
Gets the video renderer. The video renderer



init
protected void init()(Code)
method that performs real initialization. Called only from constructor. Must be overwritted by derived classes



initTunerProperties
protected void initTunerProperties()(Code)
sets group of tuner properties. Depending on real config, propery values may have different prefixes. Should not be overwritten by derived classes



setProperty
public void setProperty(String key, String value)(Code)



Fields inherited from com.sun.mmedia.Configuration
final public static String AUDIO_CAPTURE_LOCATOR(Code)(Java Doc)
final public static String MIDI_DEVICE_LOCATOR(Code)(Java Doc)
final public static String RADIO_CAPTURE_LOCATOR(Code)(Java Doc)
final public static String TONE_DEVICE_LOCATOR(Code)(Java Doc)
final public static String VIDEO_CAPTURE_LOCATOR(Code)(Java Doc)
protected Hashtable handlers(Code)(Java Doc)
protected Hashtable mimeTypes(Code)(Java Doc)
protected static boolean nativeLooping(Code)(Java Doc)
protected Hashtable processors(Code)(Java Doc)
protected Hashtable properties(Code)(Java Doc)

Methods inherited from com.sun.mmedia.Configuration
public String ext2Mime(String name)(Code)(Java Doc)
abstract public PCMAudioOut getAudioRenderer()(Code)(Java Doc)
public static Configuration getConfiguration()(Code)(Java Doc)
public String getHandler(String type)(Code)(Java Doc)
abstract public ImageAccess getImageAccessor()(Code)(Java Doc)
public String getMediaProcessor(String type)(Code)(Java Doc)
abstract public String getProperty(String key)(Code)(Java Doc)
abstract public String[] getSupportedContentTypes(String protocol)(Code)(Java Doc)
abstract public String[] getSupportedMediaProcessorInputTypes()(Code)(Java Doc)
abstract public String[] getSupportedProtocols(String content_types)(Code)(Java Doc)
abstract public String[] getSupportedSoundSource3DPlayerTypes()(Code)(Java Doc)
abstract public TonePlayer getTonePlayer()(Code)(Java Doc)
abstract public VideoRenderer getVideoRenderer(Player player, int sourceWidth, int sourceHeight)(Code)(Java Doc)
public static boolean nativeLoopMode()(Code)(Java Doc)
abstract public void setProperty(String key, String value)(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.