ScreenRecorderOptions.Builder
public
static
class
ScreenRecorderOptions.Builder
extends Object
| java.lang.Object | |
| ↳ | com.android.ddmlib.ScreenRecorderOptions.Builder |
요약
공개 생성자 | |
|---|---|
Builder()
|
|
공개 메서드 | |
|---|---|
ScreenRecorderOptions
|
build()
|
ScreenRecorderOptions.Builder
|
setBitRate(int bitRateMbps)
|
ScreenRecorderOptions.Builder
|
setShowTouches(boolean showTouches)
|
ScreenRecorderOptions.Builder
|
setSize(int w, int h)
|
ScreenRecorderOptions.Builder
|
setTimeLimit(long time, TimeUnit units)
|
공개 생성자
빌더
public Builder ()
공개 메서드
setBitRate
public ScreenRecorderOptions.Builder setBitRate (int bitRateMbps)
| 매개변수 | |
|---|---|
bitRateMbps |
int |
| 반환 값 | |
|---|---|
ScreenRecorderOptions.Builder |
|
setShowTouches
public ScreenRecorderOptions.Builder setShowTouches (boolean showTouches)
| 매개변수 | |
|---|---|
showTouches |
boolean |
| 반환 값 | |
|---|---|
ScreenRecorderOptions.Builder |
|
setSize
public ScreenRecorderOptions.Builder setSize (int w, int h)
| 매개변수 | |
|---|---|
w |
int |
h |
int |
| 반환 값 | |
|---|---|
ScreenRecorderOptions.Builder |
|
setTimeLimit
public ScreenRecorderOptions.Builder setTimeLimit (long time, TimeUnit units)
| 매개변수 | |
|---|---|
time |
long |
units |
TimeUnit |
| 반환 값 | |
|---|---|
ScreenRecorderOptions.Builder |
|