MediaStream.muted

bool muted() @property nothrow

Get muted property.

Returns

Whether the audio stream should be muted.
void muted(bool propval) @property nothrow

Set muted property.

Parameters

propvalWhether the audio stream should be muted.