Page Summary
-
The
Videos.CaptureCapabilitiesResultinterface is deprecated. -
VideoCapabilitiesis now returned directly in theVideosClient. -
This interface previously returned capture capabilities via
Videos.getCaptureCapabilities(GoogleApiClient). -
Possible status codes for this interface include
GamesStatusCodes.STATUS_OKandGamesStatusCodes.STATUS_INTERNAL_ERROR. -
The
getCapabilities()method returns the supported video capabilities ornullon failure.
This interface is deprecated.
VideoCapabilities
is returned directly in the VideosClient.
Result delivered when capture capabilities is returned by
Videos.getCaptureCapabilities(GoogleApiClient).
Possible status codes include:
GamesStatusCodes.STATUS_OKif we successfully communicated with the service.GamesStatusCodes.STATUS_INTERNAL_ERRORif an unexpected error occurred in the service.
Public Method Summary
| abstract VideoCapabilities |
getCapabilities()
Returns the video capabilities supported by the service or
null if
we failed to received data from the service.
|
Inherited Method Summary
Public Methods
public abstract VideoCapabilities getCapabilities ()
Returns the video capabilities supported by the service or null if we
failed to received data from the service.