com.android.ddmlib
Class ScreenRecorderOptions

java.lang.Object
  extended by com.android.ddmlib.ScreenRecorderOptions

public class ScreenRecorderOptions
extends java.lang.Object


Nested Class Summary
static class ScreenRecorderOptions.Builder
           
 
Field Summary
 int bitrateMbps
           
 int height
           
 long timeLimit
           
 java.util.concurrent.TimeUnit timeLimitUnits
           
 int width
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public final int width

height

public final int height

bitrateMbps

public final int bitrateMbps

timeLimit

public final long timeLimit

timeLimitUnits

public final java.util.concurrent.TimeUnit timeLimitUnits