| Modifier and Type | Method and Description |
|---|---|
VideoType |
Recorder.getVideoType() |
static VideoType |
VideoType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoType[] |
VideoType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Recorder |
Recorder.setVideoType(VideoType videoType) |
void |
Recorder.startRecording(File file,
VideoType videoType)
Starts to record your test.
|
void |
Recorder.startRecording(String fileName,
VideoType videoType)
Starts to record your test.
|
void |
Recorder.startRecording(VideoType videoType)
Starts to record your test.
|
Copyright © 2014–2015 JBoss by Red Hat. All rights reserved.