Videos.CaptureCapabilitiesResult

  • The Videos.CaptureCapabilitiesResult interface is deprecated.

  • VideoCapabilities is now returned directly in the VideosClient.

  • This interface previously returned capture capabilities via Videos.getCaptureCapabilities(GoogleApiClient).

  • Possible status codes for this interface include GamesStatusCodes.STATUS_OK and GamesStatusCodes.STATUS_INTERNAL_ERROR.

  • The getCapabilities() method returns the supported video capabilities or null on failure.

public static interface Videos.CaptureCapabilitiesResult implements Result

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:

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.