ScreenRecorderOptions.Builder

public static class ScreenRecorderOptions.Builder
extends Object

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


Resumo

Construtores públicos

Builder()

Métodos públicos

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)

Construtores públicos

Builder

public Builder ()

Métodos públicos

build

public ScreenRecorderOptions build ()

Retorna
ScreenRecorderOptions

setBitRate

public ScreenRecorderOptions.Builder setBitRate (int bitRateMbps)

Parâmetros
bitRateMbps int

Retorna
ScreenRecorderOptions.Builder

setShowTouches

public ScreenRecorderOptions.Builder setShowTouches (boolean showTouches)

Parâmetros
showTouches boolean

Retorna
ScreenRecorderOptions.Builder

setSize

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

Parâmetros
w int

h int

Retorna
ScreenRecorderOptions.Builder

setTimeLimit

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

Parâmetros
time long

units TimeUnit

Retorna
ScreenRecorderOptions.Builder