Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Package
net.java.sip.communicator.impl.neomedia.protocol

Packages that use net.java.sip.communicator.impl.neomedia.protocol
net.java.sip.communicator.impl.neomedia.conference   
net.java.sip.communicator.impl.neomedia.device   
net.java.sip.communicator.impl.neomedia.protocol   
 

Classes in net.java.sip.communicator.impl.neomedia.protocol used by net.java.sip.communicator.impl.neomedia.conference
InbandDTMFDataSource
          All datasources that support inband DTMF functionalities implement InbandDTMFDataSource.
MuteDataSource
          All datasources that support muting functionality implement MuteDataSource.
 

Classes in net.java.sip.communicator.impl.neomedia.protocol used by net.java.sip.communicator.impl.neomedia.device
CaptureDeviceDelegatePushBufferDataSource
          Represents a PushBufferDataSource which is also a CaptureDevice through delegation to a specific CaptureDevice.
PushBufferDataSourceDelegate
          Implements most of PushBufferDataSource for a particular DataSource and requires extenders to only implement PushBufferDataSource.getStreams().
 

Classes in net.java.sip.communicator.impl.neomedia.protocol used by net.java.sip.communicator.impl.neomedia.protocol
BufferStreamAdapter
          Represents a base class for adapters of SourceStreams, usually ones reading data in arrays of bytes and not in Buffers, to SourceStreams reading data in Buffers.
CaptureDeviceDelegatePullBufferDataSource
          Represents a PullBufferDataSource which is also a CaptureDevice through delegation to a specific CaptureDevice.
CaptureDeviceDelegatePushBufferDataSource
          Represents a PushBufferDataSource which is also a CaptureDevice through delegation to a specific CaptureDevice.
InbandDTMFDataSource
          All datasources that support inband DTMF functionalities implement InbandDTMFDataSource.
MuteDataSource
          All datasources that support muting functionality implement MuteDataSource.
PullBufferDataSourceDelegate
          Implements most of PullBufferDataSource for a particular DataSource and requires extenders to only implement PullBufferDataSource.getStreams().
PushBufferDataSourceDelegate
          Implements most of PushBufferDataSource for a particular DataSource and requires extenders to only implement PushBufferDataSource.getStreams().
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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