set_playing


Description:

[ Version ( since = "3.0" ) ]
public abstract void set_playing (bool playing)

Starts or stops playing of this.

The implementation might be asynchronous, so the way to know whether the actual playing state of the this is to use the notify signal on the playing property and then retrieve the current state with get_playing. ClutterGstVideoActor in clutter-gst is an example of such an asynchronous implementation.

Parameters:

this

a Player

playing

true to start playing