Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.siemens.mp.media
Class Manager  view Manager download Manager.java

java.lang.Object
  extended bycom.siemens.mp.media.Manager

public final class Manager
extends java.lang.Object


Field Summary
private static SystemTimeBase sysTimeBase
           
 
Constructor Summary
private Manager()
           
 
Method Summary
static Player createPlayer(com.siemens.mp.media.protocol.DataSource source)
           
static Player createPlayer(java.io.InputStream stream, java.lang.String type)
           
static Player createPlayer(java.lang.String locator)
           
static java.lang.String[] getSupportedContentTypes(java.lang.String protocol)
           
static java.lang.String[] getSupportedProtocols(java.lang.String content_type)
           
static TimeBase getSystemTimeBase()
           
static void playTone(int note, int duration, int volume)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sysTimeBase

private static SystemTimeBase sysTimeBase
Constructor Detail

Manager

private Manager()
Method Detail

getSupportedContentTypes

public static java.lang.String[] getSupportedContentTypes(java.lang.String protocol)

getSupportedProtocols

public static java.lang.String[] getSupportedProtocols(java.lang.String content_type)

createPlayer

public static Player createPlayer(java.lang.String locator)
                           throws java.io.IOException,
                                  MediaException

createPlayer

public static Player createPlayer(java.io.InputStream stream,
                                  java.lang.String type)
                           throws java.io.IOException,
                                  MediaException

createPlayer

public static Player createPlayer(com.siemens.mp.media.protocol.DataSource source)
                           throws java.io.IOException,
                                  MediaException

playTone

public static void playTone(int note,
                            int duration,
                            int volume)
                     throws MediaException

getSystemTimeBase

public static TimeBase getSystemTimeBase()