ScreenRecorderOptions.Builder

public static class ScreenRecorderOptions.Builder
extends Object

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


Résumé

Constructeurs publics

Builder()

Méthodes publiques

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)

Constructeurs publics

Builder

public Builder ()

Méthodes publiques

build

public ScreenRecorderOptions build ()

Renvoie
ScreenRecorderOptions

setBitRate

public ScreenRecorderOptions.Builder setBitRate (int bitRateMbps)

Paramètres
bitRateMbps int

Renvoie
ScreenRecorderOptions.Builder

setShowTouches

public ScreenRecorderOptions.Builder setShowTouches (boolean showTouches)

Paramètres
showTouches boolean

Renvoie
ScreenRecorderOptions.Builder

setSize

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

Paramètres
w int

h int

Renvoie
ScreenRecorderOptions.Builder

setTimeLimit

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

Paramètres
time long

units TimeUnit

Renvoie
ScreenRecorderOptions.Builder