ScreenRecorderOptions.Builder

public static class ScreenRecorderOptions.Builder
extends Object

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


Podsumowanie

Konstruktory publiczne

Builder()

Metody publiczne

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)

Konstruktory publiczne

Kreator

public Builder ()

Metody publiczne

kompilacja

public ScreenRecorderOptions build ()

Zwraca
ScreenRecorderOptions

setBitRate

public ScreenRecorderOptions.Builder setBitRate (int bitRateMbps)

Parametry
bitRateMbps int

Zwraca
ScreenRecorderOptions.Builder

setShowTouches

public ScreenRecorderOptions.Builder setShowTouches (boolean showTouches)

Parametry
showTouches boolean

Zwraca
ScreenRecorderOptions.Builder

setSize

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

Parametry
w int

h int

Zwraca
ScreenRecorderOptions.Builder

setTimeLimit

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

Parametry
time long

units TimeUnit

Zwraca
ScreenRecorderOptions.Builder