NERoleVideoParams

@objcMembers
public class NERoleVideoParams : NSObject, Codable

角色对应的视频参数

  • 视频宽

    Declaration

    Swift

    public var width: Int
  • 视频高

    Declaration

    Swift

    public var height: Int
  • fps

    视频帧率

    Declaration

    Swift

    public var fps: Int
  • Declaration

    Swift

    override public init()
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws