RecorderParams
public class RecorderParams : LinphoneObject
Object containing various parameters of a Recorder.
-
Declaration
Swift
public static func getSwiftObject(cObject: OpaquePointer) -> RecorderParams -
Declaration
Swift
public var getCobject: OpaquePointer? { get } -
Set the
AudioDeviceobject.Declaration
Swift
public var audioDevice: AudioDevice? { get set }Return Value
the
AudioDeviceobject. -
Set the
RecorderFileFormat.Declaration
Swift
public var fileFormat: RecorderFileFormat { get set }Return Value
the
RecorderFileFormat. -
Set the video codec.
Declaration
Swift
public var videoCodec: String { get set }Return Value
the video codec.
-
Set the webcam name.
Declaration
Swift
public var webcamName: String { get set }Return Value
the webcam name.
-
Set the window id.
Declaration
Swift
public var windowId: UnsafeMutableRawPointer? { get set }Return Value
the window id.
-
Clone a
RecorderParamsobject.Declaration
Swift
public func clone() -> RecorderParams?Return Value
the cloned
RecorderParamsobject.
RecorderParams Class Reference