PAMI\Message\Action\MixMonitorMuteAction::setDirection PHP Method

setDirection() public method

Sets state key.
public setDirection ( string $direction ) : void
$direction string Which part of the recording to mute: read, write or both (from channel, to channel or both channels).
return void
    public function setDirection($direction)
    {
        $this->setKey('Direction', $direction);
    }