SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.media.MediaException

Packages that use MediaException
net.java.sip.communicator.impl.media   
net.java.sip.communicator.service.media   
 

Uses of MediaException in net.java.sip.communicator.impl.media
 

Methods in net.java.sip.communicator.impl.media that throw MediaException
protected  void MediaServiceImpl.assertStarted()
          Verifies whether the media service is started and ready for use and throws an exception otherwise.
 void MediaControl.closeCaptureDevices()
          Closes all currently used capture devices and data sources so that they would be usable by other applications.
 CallSession MediaServiceImpl.createCallSession(Call call)
          Creates a call session for call.
 javax.media.protocol.DataSource MediaControl.createDataSourceForEncodings(Map<String,List<String>> encodingSets)
          Creates a processing data source using the encodingSets map to determine the formats/encodings allowed for the various media types.
 Component CallSessionImpl.createLocalVisualComponent(VideoListener listener)
           
 RtpFlow MediaServiceImpl.createRtpFlow(String localIP, int localPort, String remoteIP, int remotePort, Map<String,List<String>> mediaEncodings)
          A RtpFlow is an object which role is to handle media data transfer, capture and playback.
 String CallSessionImpl.createSdpDescriptionForHold(String peerSdpDescription, boolean on)
          The method is meant for use by protocol service implementations when willing to send an in-dialog invitation to a remote callee to put her on/off hold or to send an answer to an offer to be put on/off hold.
 String CallSessionImpl.createSdpOffer()
          The method is meant for use by protocol service implementations when willing to send an invitation to a remote callee.
 String CallSessionImpl.createSdpOffer(InetAddress intendedDestination)
          The method is meant for use by protocol service implementations when willing to send an invitation to a remote callee.
 String CallSessionImpl.createSdpOffer(String peerSdpDescription)
           
 int CallSessionImpl.getSdpOfferMediaFlags(String sdpOffer)
           
 void MediaControl.initDataSourceFromURL(URL dataSourceURL)
          Opens the source pointed to by the dataSourceURL URL and prepares to use it instead of capture devices
 void MediaControl.initDebugDataSource(String debugMediaSource)
          Opens the source pointed to by the debugMediaSource URL and prepares to use it instead of capture devices.
 void MediaControl.initialize(DeviceConfiguration deviceConfig, EncodingConfiguration encodingConfig)
          Initializes the media control.
 void CallSessionImpl.processSdpAnswer(CallPeer responder, String sdpAnswerStr)
          The method is meant for use by protocol service implementations upon reception of an SDP answer in response to an offer sent by us earlier.
 String CallSessionImpl.processSdpOffer(CallPeer offerer, String sdpOfferStr)
          The method is meant for use by protocol service implementations when willing to respond to an invitation received from a remote caller.
 void MediaServiceImpl.setCallDataSource(Call call, URL dataSourceURL)
          Sets the data source for call to the URL dataSourceURL instead of the default data source.
 void MediaControl.setLocalVideoAllowed(boolean allowed)
          Sets the indicator which determines whether the streaming of local video through this MediaControl is allowed.
 void CallSessionImpl.setLocalVideoAllowed(boolean allowed)
           
 void CallSessionImpl.startStreaming()
          Opens all streams that have been initialized for local RTP managers.
 void CallSessionImpl.startStreamingAndProcessingMedia()
           
 

Constructors in net.java.sip.communicator.impl.media that throw MediaException
RtpFlowImpl(MediaServiceImpl mediaServie, String localIpAddress, String remoteIpAddress, int localPort, int remotePort, Hashtable<String,List<String>> mediaEncoding)
          Creates an instance of RtpFlowImpl for media transmission.
 

Uses of MediaException in net.java.sip.communicator.service.media
 

Methods in net.java.sip.communicator.service.media that throw MediaException
 CallSession MediaService.createCallSession(Call call)
          Creates a call session for call.
 Component CallSession.createLocalVisualComponent(VideoListener listener)
          Creates a visual Component which represents the local video streamed by this CallSession (to remote destinations).
 RtpFlow MediaService.createRtpFlow(String localIP, int localPort, String remoteIP, int remotePort, Map<String,List<String>> mediaEncodings)
          Create a RtpFlow which will manage media data transfer on the specified addresses and ports, using the specified codec.
 String CallSession.createSdpDescriptionForHold(String peerSdpDescription, boolean onHold)
          The method is meant for use by protocol service implementations when willing to send an in-dialog invitation to a remote callee to put her on/off hold or to send an answer to an offer to be put on/off hold.
 String CallSession.createSdpOffer()
          The method is meant for use by protocol service implementations when willing to send an invitation to a remote callee.
 String CallSession.createSdpOffer(InetAddress intendedDestination)
          The method is meant for use by protocol service implementations when willing to send an invitation to a remote callee.
 String CallSession.createSdpOffer(String peerSdpDescription)
          Creates a SDP description including the current state of the local media setup and in accord with a specific SDP description of a call peer (who is to be offered the created SDP description, for example, as part of a re-INVITE).
 int CallSession.getSdpOfferMediaFlags(String sdpOffer)
          Determines whether a specific SDP description String offers this party to be put on hold and which media types are offered to be received.
 void CallSession.processSdpAnswer(CallPeer responder, String sdpAnswer)
          The method is meant for use by protocol service implementations upon reception of an SDP answer in response to an offer sent by us earlier.
 String CallSession.processSdpOffer(CallPeer offerer, String sdpOffer)
          The method is meant for use by protocol service implementations when willing to respond to an invitation received from a remote caller.
 void MediaService.setCallDataSink(Call call, URL dataSinkURL)
          Sets the Data Destination for call to the URL dataSinkURL instead of the default data destination.
 void MediaService.setCallDataSource(Call call, URL dataSourceURL)
          Sets the data source for call to the URL dataSourceURL instead of the default data source.
 void CallSession.setLocalVideoAllowed(boolean allowed)
          Sets the indicator which determines whether the streaming of local video in this CallSession is allowed.
 void CallSession.startStreaming()
          Starts the streaming of the local media (to the remote destinations).
 void CallSession.startStreamingAndProcessingMedia()
          Calls CallSession.startStreaming() in order to start the streaming of the local media and then begins processing the received and sent media streams.
 


SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

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