Package org.jitsi.impl.neomedia.protocol
Interface MuteDataSource
-
- All Known Implementing Classes:
AudioMixingPushBufferDataSource,RewritablePullBufferDataSource,RewritablePushBufferDataSource
public interface MuteDataSourceAll datasources that support muting functionality implement MuteDataSource.- Author:
- Damian Minkov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMute()Determines whether this DataSource is mute.voidsetMute(boolean mute)Sets the mute state of this DataSource.
-