MuteAudio

Receives or stops receiving audio streams.

bool MuteAudio(bool mute, Error *err = nullptr)
Since
Added since version v4.4.0.

Timing

This method must be called after OpenWithUrl.

Parameters

mute
Whether to receive audio streams:
  • true: Do not receive audio streams.
  • false: Receive audio streams.
err
Output parameter, status or error information. See Error.

Return Values

true indicates the operation succeeded, false indicates it failed.