RecorderParams

public class RecorderParams : LinphoneObject

Object containing various parameters of a Recorder.

  • Undocumented

    Declaration

    Swift

    public static func getSwiftObject(cObject: OpaquePointer) -> RecorderParams
  • Undocumented

    Declaration

    Swift

    public var getCobject: OpaquePointer? { get }
  • Retrieve the AudioDevice object.

    Declaration

    Swift

    public var audioDevice: AudioDevice? { get set }

    Return Value

    the AudioDevice object.

  • Retrieves the RecorderFileFormat.

    Declaration

    Swift

    public var fileFormat: RecorderFileFormat { get set }

    Return Value

    the RecorderFileFormat.

  • Retrieves the video codec.

    Declaration

    Swift

    public var videoCodec: String { get set }

    Return Value

    the video codec.

  • Retrieves the webcam name.

    Declaration

    Swift

    public var webcamName: String { get set }

    Return Value

    the webcam name.

  • Retrieves the window id.

    Declaration

    Swift

    public var windowId: UnsafeMutableRawPointer? { get set }

    Return Value

    the window id.

  • Clone a RecorderParams object.

    Declaration

    Swift

    public func clone() -> RecorderParams?

    Return Value

    the cloned RecorderParams object.