public class BanafoRecording
extends java.lang.Object
Constructor and Description |
---|
BanafoRecording(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
banafoCallId()
The Banafo Service's call ID this recording was taken for
The Banafo Service's call ID this recording was taken for.
|
java.lang.String |
banafoId()
The Banafo Service's recording ID.
|
protected void |
finalize()
Ensures the underlying native object destruction
|
java.lang.String |
finishedAt()
Ending time of the recording
Time and date when recording was finished in SO 8601 Format.
|
long |
handle()
Gets the pointer/address to the underlying native object
|
java.lang.String |
startedAt()
Started time of the recording
Time and date when the recording was initiated in SO 8601 Format.
|
java.util.List<RecordingStream> |
streams()
List of streams this recording consists of
List of streams this recording consists of.
|
public BanafoRecording(long handle)
handle
- Pointer/address to the underlying native objectpublic long handle()
protected void finalize()
finalize
in class java.lang.Object
public java.lang.String banafoId()
public java.lang.String startedAt()
public java.lang.String finishedAt()
public java.lang.String banafoCallId()
public java.util.List<RecordingStream> streams()
RecordingStream