All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.APCpath.operators.G723Decoder
java.lang.Object
|
+----ninja.rmi.NinjaRemoteObject
|
+----iceberg.APCpath.operators.Operator
|
+----iceberg.APCpath.operators.ProcessOperator
|
+----iceberg.APCpath.operators.G723Decoder
- public class G723Decoder
- extends ProcessOperator
Operator to decode G.723 audio to PCM 16-bit signed linear audio
-
G723Decoder()
-
-
getCmd()
-
-
getInputType()
- Should return the input type of the operator
-
getOutputType()
- Should return the output type of the operator
-
ipBlockSize()
- 20 bytes is the data for 30ms.
-
opBlockSize()
- 480 bytes is the data for 30ms.
-
start(DescrOperator)
- start this operator running.
G723Decoder
public G723Decoder() 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
ipBlockSize
public int ipBlockSize() throws RemoteException
- 20 bytes is the data for 30ms. This should be exact
- Overrides:
- ipBlockSize in class ProcessOperator
opBlockSize
public int opBlockSize() throws RemoteException
- 480 bytes is the data for 30ms. This should be exact
- Overrides:
- opBlockSize in class ProcessOperator
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