stream-droid
Preparing search index...
types
ScrcpyOptions
Interface ScrcpyOptions
interface
ScrcpyOptions
{
adbArgs
:
(
...
rest
:
string
[]
)
=>
string
[]
;
bitRate
?:
number
;
control
?:
boolean
;
maxSize
?:
number
;
onChunk
:
(
chunk
:
Buffer
)
=>
void
;
onError
?:
(
err
:
Error
)
=>
void
;
port
?:
number
;
serverJar
:
string
;
size
?:
string
;
}
Hierarchy (
View Summary
)
CaptureOptions
ScrcpyOptions
Index
Properties
adb
Args
bit
Rate?
control?
max
Size?
on
Chunk
on
Error?
port?
server
Jar
size?
Properties
adb
Args
adbArgs
:
(
...
rest
:
string
[]
)
=>
string
[]
Optional
bit
Rate
bitRate
?:
number
Optional
control
control
?:
boolean
Optional
max
Size
maxSize
?:
number
on
Chunk
onChunk
:
(
chunk
:
Buffer
)
=>
void
Optional
on
Error
onError
?:
(
err
:
Error
)
=>
void
Optional
port
port
?:
number
server
Jar
serverJar
:
string
Optional
size
size
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
adb
Args
bit
Rate
control
max
Size
on
Chunk
on
Error
port
server
Jar
size
stream-droid
Loading...