Method

GrlSourceget_caps

since: 0.2.0

Declaration [src]

GrlCaps*
grl_source_get_caps (
  GrlSource* source,
  GrlSupportedOps operation
)

Description [src]

Get the capabilities of source for operation.

Available since: 0.2.0

Parameters

operation

Type: GrlSupportedOps

A supported operation. Even though the type allows to specify several operations, only one should be provided here.

Return value

Type: GrlCaps

The capabilities.

The data is owned by the instance.