Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 188 Bytes

File metadata and controls

14 lines (13 loc) · 188 Bytes

example:

// ...
val recorder = ScreenRecorder().apply {
    prores {
        fileExtension = "mov"
        bitsPerMb = "5000"
        // ...
    }
}
extend(recorder)
// ...