feat: route mac control via nodes
This commit is contained in:
@@ -9,16 +9,19 @@ public struct ClawdisScreenRecordParams: Codable, Sendable, Equatable {
|
||||
public var durationMs: Int?
|
||||
public var fps: Double?
|
||||
public var format: String?
|
||||
public var includeAudio: Bool?
|
||||
|
||||
public init(
|
||||
screenIndex: Int? = nil,
|
||||
durationMs: Int? = nil,
|
||||
fps: Double? = nil,
|
||||
format: String? = nil)
|
||||
format: String? = nil,
|
||||
includeAudio: Bool? = nil)
|
||||
{
|
||||
self.screenIndex = screenIndex
|
||||
self.durationMs = durationMs
|
||||
self.fps = fps
|
||||
self.format = format
|
||||
self.includeAudio = includeAudio
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user