NERoleScreenParams

@objcMembers
public class NERoleScreenParams : NSObject, Codable

角色对应的屏幕共享参数

  • 视频配置

    对应字段:

    • LOW
    • STANDARD
    • HD720P
    • HD1080P

    Declaration

    Swift

    public var videoProfile: String
  • fps

    视频帧率

    Declaration

    Swift

    public var fps: Int
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws