| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.page |
| Modifier and Type | Method and Description |
|---|---|
void |
Page.startScreencast(StartScreencastFormat format,
Integer quality,
Integer maxWidth,
Integer maxHeight,
Integer everyNthFrame)
Starts sending each frame using the `screencastFrame` event.
|
| Modifier and Type | Method and Description |
|---|---|
static StartScreencastFormat |
StartScreencastFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartScreencastFormat[] |
StartScreencastFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.