MediaStream.playing
bool playing() @property nothrowGet playing property.
Returns
Whether the stream is currently playing.
void playing(bool propval) @property nothrowSet playing property.
Parameters
propval | Whether the stream is currently playing. |