XPSDKVideoFactory

@objc
open class XPSDKVideoFactory : NSObject

XPSDKVideoFactory class is used to create the VideoChannelThread and sending request for a video..

  • The connection to the mobile server.

    Declaration

    Swift

    open var connection: XPSDKConnection?
  • The connection to the mobile server.

    Declaration

    Swift

    open var videoConnection: XPSDKVideoConnection?
  • Video quality for the video streaming

    Declaration

    Swift

    open var compressionLevel: Int
  • fps

    Frame per second value for the video streaming.

    Declaration

    Swift

    open var fps: Int
  • The video connection delegate handling the receiving of frames.

    Declaration

    Swift

    open var videoConnectionDelegate: XPSDKVideoConnectionDelegate?
  • Flag that indicate if the video connection is already started.

    Declaration

    Swift

    open var isVideoConnectionStarted: Bool
  • Variable that indicate if the response for Crop or Rescale command is successful or not.

    Declaration

    Swift

    open var successfullyChangedStream: Bool