com.speech4j.speech
Class AudioDestFile

java.lang.Object
  |
  +--com.speech4j.speech.NativeObject
        |
        +--com.speech4j.speech.Audio
              |
              +--com.speech4j.speech.AudioDest
                    |
                    +--com.speech4j.speech.AudioDestFile

public class AudioDestFile
extends AudioDest

Represents File Audio Destination COM Object.

Version:
1.1
Author:
Pavel Vlasov.

Constructor Summary
AudioDestFile(java.lang.String fileName)
          Constructor
 
Method Summary
 void destroy()
          Destroys native object
protected  void finalize()
          Destroys native object.
 void flushFile()
          Invokes IAudioFile::Flush().
 
Methods inherited from class com.speech4j.speech.AudioDest
insertData, insertPause
 
Methods inherited from class com.speech4j.speech.Audio
claim, flush, getLevel, getPosn, getTotal, getWaveFormat, setLevel, setWaveFormat, start, Stop, unClaim
 
Methods inherited from class com.speech4j.speech.NativeObject
bytes2String, cleanup, getObjID, processMessages, stopProcessingMessages, string2Bytes, testSpeech
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioDestFile

public AudioDestFile(java.lang.String fileName)
              throws SpeechException
Constructor

Parameters:
fileName - File name
Throws:
SpeechException
Method Detail

flushFile

public void flushFile()
               throws SpeechException
Invokes IAudioFile::Flush().

Throws:
SpeechException

finalize

protected void finalize()
Destroys native object.

Overrides:
finalize in class java.lang.Object

destroy

public void destroy()
Destroys native object



Copyright © 2003 Pavel Vlasov. All Rights Reserved.