All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.APCpath.operators.Mpg123
java.lang.Object
|
+----ninja.rmi.NinjaRemoteObject
|
+----iceberg.APCpath.operators.Operator
|
+----iceberg.APCpath.operators.ProcessOperator
|
+----iceberg.APCpath.operators.Mpg123
- public class Mpg123
- extends ProcessOperator
-
soundFileURL
-
-
Mpg123()
-
-
Mpg123(String)
-
-
getCmd()
-
-
getInputType()
- Should return the input type of the operator
-
getOutputType()
- Should return the output type of the operator
-
ipBlockSize()
- Approximately twice that of PCM.
-
opBlockSize()
- This is the same as PCM - but stereo instead of mono, hence
twice.
-
setSong(String)
-
-
start(DescrOperator)
- start this operator running.
soundFileURL
protected String soundFileURL
Mpg123
public Mpg123(String URLStr) throws RemoteException
Mpg123
public Mpg123() throws RemoteException
getInputType
public String getInputType() throws RemoteException
- Should return the input type of the operator
- Overrides:
- getInputType in class Operator
getOutputType
public String getOutputType() throws RemoteException
- Should return the output type of the operator
- Overrides:
- getOutputType in class Operator
opBlockSize
public int opBlockSize() throws RemoteException
- This is the same as PCM - but stereo instead of mono, hence
twice. 20ms of data is 320 bytes.
- Overrides:
- opBlockSize in class ProcessOperator
ipBlockSize
public int ipBlockSize() throws RemoteException
- Approximately twice that of PCM. 20ms of data is 320 bytes.
- Overrides:
- ipBlockSize in class ProcessOperator
setSong
public void setSong(String soundFileURL)
start
public void start(DescrOperator descrop)
- start this operator running.
- Overrides:
- start in class ProcessOperator
getCmd
protected String[] getCmd()
- Overrides:
- getCmd in class ProcessOperator
All Packages Class Hierarchy This Package Previous Next Index