| java.lang.Object |
| ↳ |
com.google.android.gms.games.video.CaptureState |
Class Overview
Data class used to return the capture state to the client. It will unparcel the data out of a
bundle that was sent across the binder.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Methods
public
int
getCaptureMode
()
public
int
getCaptureQuality
()
public
boolean
isCapturing
()
Returns
- Whether the service is currently capturing or not.
public
boolean
isOverlayVisible
()
Returns
- Whether the capture overlay is currently visible or not. This also indicates
the capture overlay is being used by the user and background capture will fail.
public
boolean
isPaused
()
Returns
- Whether the capture is currently paused or not. Will always be
false if
isCapturing() if false.
public
String
toString
()