Page Summary
-
The Videos.CaptureStateResult interface is deprecated.
-
The CaptureState is now returned directly in the VideosClient.
-
This interface delivers the result when getCaptureState() is called.
-
Possible status codes include OK, VIDEO_UNSUPPORTED, and INTERNAL_ERROR.
This interface is deprecated.
CaptureState
is returned directly in the VideosClient.
Result delivered when the capture state is returned by
getCaptureState().
Possible status codes include:
GamesStatusCodes.STATUS_OKif the capture stopped successfully.GamesStatusCodes.STATUS_VIDEO_UNSUPPORTEDif the device does not support capturing at all. This will always be the case for Android versions belowBuild.VERSION_CODES.LOLLIPOP.GamesStatusCodes.STATUS_INTERNAL_ERRORif an unexpected error occurred in the service.
Public Method Summary
| abstract CaptureState |
getCaptureState()
Returns the current state of the capture service.
|
Inherited Method Summary
Public Methods
public abstract CaptureState getCaptureState ()
Returns the current state of the capture service.