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 ()

Публичные методы

строить

public ScreenRecorderOptions build ()

Возврат
ScreenRecorderOptions

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