Videos.CaptureCapabilitiesResult

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.