Method

ValentMixerAdapterstream_added

unstable since: 1.0

Declaration [src]

void
valent_mixer_adapter_stream_added (
  ValentMixerAdapter* adapter,
  ValentMixerStream* stream
)

Description [src]

Called when stream has been added to the mixer.

This method should only be called by implementations of ValentMixerAdapter. adapter will hold a reference on stream and emit GListModel::items-changed.

Available since: 1.0

Parameters

stream

Type: ValentMixerStream

A ValentMixerStream

The data is owned by the caller of the method.