ScreenRecorderOptions.Builder

public static class ScreenRecorderOptions.Builder
extends Object

java.lang.Object
   ↳ com.android.ddmlib.ScreenRecorderOptions.Builder


Tóm tắt

Hàm khởi tạo công khai

Builder()

Phương thức công khai

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)

Hàm khởi tạo công khai

Trình tạo

public Builder ()

Phương thức công khai

build

public ScreenRecorderOptions build ()

Giá trị trả về
ScreenRecorderOptions

setBitRate

public ScreenRecorderOptions.Builder setBitRate (int bitRateMbps)

Tham số
bitRateMbps int

Giá trị trả về
ScreenRecorderOptions.Builder

setShowTouches

public ScreenRecorderOptions.Builder setShowTouches (boolean showTouches)

Tham số
showTouches boolean

Giá trị trả về
ScreenRecorderOptions.Builder

setSize

public ScreenRecorderOptions.Builder setSize (int w, 
                int h)

Tham số
w int

h int

Giá trị trả về
ScreenRecorderOptions.Builder

setTimeLimit

public ScreenRecorderOptions.Builder setTimeLimit (long time, 
                TimeUnit units)

Tham số
time long

units TimeUnit

Trả về
ScreenRecorderOptions.Builder