Class CallAudioStream
- Object
-
- CallAudioStream
-
- Direct Known Subclasses:
IncomingAudioStream,OutgoingAudioStream
public abstract class CallAudioStream extends ObjectBase class for all Audio Stream objects
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.StreamDirectiongetDirection()Informs if the audio is Incoming or OutgoingAudioStreamStategetState()Informs the state of the Audio Stream.AudioStreamTypegetType()Informs the kind of the Audio Stream.
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalizein classObject
-
getType
public AudioStreamType getType()
Informs the kind of the Audio Stream.
-
getState
public AudioStreamState getState()
Informs the state of the Audio Stream.
-
getDirection
public StreamDirection getDirection()
Informs if the audio is Incoming or Outgoing
-
-