Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.protocol
Interface MuteDataSource

All Known Implementing Classes:
AudioMixingPushBufferDataSource, RewritablePullBufferDataSource, RewritablePushBufferDataSource

public interface MuteDataSource

All datasources that support muting functionality implement MuteDataSource.

Author:
Damian Minkov

Method Summary
 boolean isMute()
          Determines whether this DataSource is mute.
 void setMute(boolean mute)
          Sets the mute state of this DataSource.
 

Method Detail

isMute

boolean isMute()
Determines whether this DataSource is mute.

Returns:
true if this DataSource is mute; otherwise, false

setMute

void setMute(boolean mute)
Sets the mute state of this DataSource.

Parameters:
mute - true to mute this DataSource; otherwise, false

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.