MediaStream.playing

bool playing() @property nothrow

Get playing property.

Returns

Whether the stream is currently playing.
void playing(bool propval) @property nothrow

Set playing property.

Parameters

propvalWhether the stream is currently playing.