com.android.ddmlib
Class ScreenRecorderOptions.Builder

java.lang.Object
  extended by com.android.ddmlib.ScreenRecorderOptions.Builder
Enclosing class:
ScreenRecorderOptions

public static class ScreenRecorderOptions.Builder
extends java.lang.Object


Constructor Summary
ScreenRecorderOptions.Builder()
           
 
Method Summary
 ScreenRecorderOptions build()
           
 ScreenRecorderOptions.Builder setBitRate(int bitRateMbps)
           
 ScreenRecorderOptions.Builder setSize(int w, int h)
           
 ScreenRecorderOptions.Builder setTimeLimit(long time, java.util.concurrent.TimeUnit units)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenRecorderOptions.Builder

public ScreenRecorderOptions.Builder()
Method Detail

setSize

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

setBitRate

public ScreenRecorderOptions.Builder setBitRate(int bitRateMbps)

setTimeLimit

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

build

public ScreenRecorderOptions build()