Class IncomingMixedAudioEvent
- Object
-
- IncomingMixedAudioEvent
-
public final class IncomingMixedAudioEvent extends Object
Describes an IncomingMixedAudio event for when new audio data comes in
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.RawAudioBuffer
getAudioBuffer()
Audio Buffer that was receivedRawIncomingAudioStreamProperties
getStreamProperties()
Properties of the Raw Incoming Audio Buffer
-
-
-
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:
finalize
in classObject
-
getStreamProperties
public RawIncomingAudioStreamProperties getStreamProperties()
Properties of the Raw Incoming Audio Buffer
-
getAudioBuffer
public RawAudioBuffer getAudioBuffer()
Audio Buffer that was received
-
-