public class RecordingStream
extends java.lang.Object
Constructor and Description |
---|
RecordingStream(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
fileName()
The name of the file
The name of the file.
|
protected void |
finalize()
Ensures the underlying native object destruction
|
long |
handle()
Gets the pointer/address to the underlying native object
|
java.lang.String |
languageCode()
ETF language tag of the recording
ETF language tag of the recording.
|
RecordingType |
origin()
The origin of the file content
The origin of the file content.
|
java.lang.String |
type()
Recording stream type
The type of the recording stream, e.g.
|
public RecordingStream(long handle)
handle
- Pointer/address to the underlying native objectpublic long handle()
protected void finalize()
finalize
in class java.lang.Object
public RecordingType origin()
RecordingType
public java.lang.String type()
public java.lang.String fileName()
public java.lang.String languageCode()