browser class : IsMuted getter

Description

Returns a value that indicates whether audio output is muted.

Syntax

instance.IsMuted

Arguments

None.

Return value

ClassDescription
boolWhether audio output is muted.

Sample code

1:

browser b = new browser(); // Main-browser

2:

bool mut = b.IsMuted;

Notes

Returns true if it is muted. Otherwise, returns false.

Links for reference

None.

Copyright © Cooker All rights reserved.