Package org.linphone.core
Interface RecorderParams
public interface RecorderParams
-
Method Summary
Modifier and TypeMethodDescriptionclone()Clone aRecorderParamsobject.Retrieve theAudioDeviceobject.Retrieves theRecorder#FileFormat.longGets the native pointer used by this class to make native method calls.Gets the object stored in this object user's dataRetrieves the video codec.Retrieves the webcam name.Retrieves the window id.voidsetAudioDevice(AudioDevice device) Set theAudioDeviceobject.voidsetFileFormat(Recorder.FileFormat format) Set theRecorder#FileFormat.voidsetUserData(Object data) Sets the object to store in this object user's datavoidsetVideoCodec(String videoCodec) Set the video codec.voidsetWebcamName(String webcamName) Set the webcam name.voidsetWindowId(Object windowId) Set the window id.toString()
-
Method Details
-
getAudioDevice
- Returns:
- the
AudioDeviceobject.
-
setAudioDevice
- Parameters:
device- TheAudioDeviceobject to set.
-
getFileFormat
Recorder.FileFormat getFileFormat()Retrieves theRecorder#FileFormat.
- Returns:
- the
Recorder#FileFormat.
-
setFileFormat
Set theRecorder#FileFormat.
- Parameters:
format- TheRecorder#FileFormatto set.
-
getVideoCodec
Retrieves the video codec.
- Returns:
- the video codec.
-
setVideoCodec
Set the video codec.
- Parameters:
videoCodec- The video codec to set.
-
getWebcamName
Retrieves the webcam name.
- Returns:
- the webcam name.
-
setWebcamName
Set the webcam name.
- Parameters:
webcamName- The webcam name to set.
-
getWindowId
Retrieves the window id.
- Returns:
- the window id.
-
setWindowId
Set the window id.
- Parameters:
windowId- The window id to set.
-
clone
- Returns:
- the cloned
RecorderParamsobject.
-
setUserData
Sets the object to store in this object user's data- Parameters:
data- the object to store
-
getUserData
Object getUserData()Gets the object stored in this object user's data- Returns:
- the object store if any, null otherwise
-
getNativePointer
long getNativePointer()Gets the native pointer used by this class to make native method calls.- Returns:
- the nativer pointer, as long
-
toString
String toString()
-