Type Function Return value Boolean Revision 2017.3060 Keywords Google Play Games Services, game network, gpgs, VideoCapabilities, supportsCapture See also VideoCapabilities gpgs.videos gpgs.*
Checks if the capture mode and/or quality level are supported given the availability/state of the device's true
if capture is supported.
object.supportsCapture( params )
Table. Contains parameters for the call — see the next section for details.
The params
table contains parameters for the call.
String. Checks whether the device supports the given capture mode. Valid options are either "file"
or "stream"
.
String. Checks whether the device supports the given quality level. Valid options are "sd"
, "hd"
, "fullhd"
, or "xhd"
.