isLayerMuted(_:)
Returns a Boolean value that indicates whether the layer with the given identifier is muted.
Declaration
func isLayerMuted(_ identifier: String) -> BoolParameters
- identifier:
The identifier of the layer to query.
Return Value
true if the layer is muted; otherwise, false.