owr_local

owr_local

Functions

Description

Functions

OwrCaptureSourcesCallback ()

void
(*OwrCaptureSourcesCallback) (GList *sources,
                              gpointer user_data);

Prototype for the callback passed to owr_get_capture_sources()

Parameters

sources

list of sources.

[transfer none][element-type OwrMediaSource]

user_data

the data passed to owr_get_capture_sources.

[allow-none]

owr_get_capture_sources ()

void
owr_get_capture_sources (OwrMediaType types,
                         OwrCaptureSourcesCallback callback,
                         gpointer user_data);

Parameters

callback

.

[scope async]

user_data

.

[allow-none]

Types and Values