Uses of Class
org.csapi.cc.mmccs.TpMediaStream

Packages that use TpMediaStream
org.csapi.cc.cccs   
org.csapi.cc.mmccs   
org.mobicents.csapi.jr.slee.cc.mmccs Contains the Parlay Multi-Media Call Control Service (MMCCS) interfaces. 
 

Uses of TpMediaStream in org.csapi.cc.cccs
 

Methods in org.csapi.cc.cccs with parameters of type TpMediaStream
 TpAppMultiMediaCallBack IpAppConfCallControlManagerPOATie.reportMediaNotification(TpMultiMediaCallIdentifier callReference, TpMultiMediaCallLegIdentifier[] callLegReferenceSet, TpMediaStream[] mediaStreams, TpMediaStreamEventType type, int assignmentID)
           
 TpAppMultiMediaCallBack _IpAppConfCallControlManagerStub.reportMediaNotification(TpMultiMediaCallIdentifier callReference, TpMultiMediaCallLegIdentifier[] callLegReferenceSet, TpMediaStream[] mediaStreams, TpMediaStreamEventType type, int assignmentID)
           
 

Uses of TpMediaStream in org.csapi.cc.mmccs
 

Fields in org.csapi.cc.mmccs declared as TpMediaStream
 TpMediaStream TpMediaStreamHolder.value
           
 TpMediaStream[] TpMediaStreamSetHolder.value
           
 

Methods in org.csapi.cc.mmccs that return TpMediaStream
static TpMediaStream TpMediaStreamHelper.extract(org.omg.CORBA.Any any)
           
static TpMediaStream[] TpMediaStreamSetHelper.extract(org.omg.CORBA.Any any)
           
 TpMediaStream[] _IpMultiMediaCallLegStub.getMediaStreams(int callLegSessionID)
           
 TpMediaStream[] IpMultiMediaCallLegPOATie.getMediaStreams(int callLegSessionID)
           
 TpMediaStream[] IpMultiMediaCallLegOperations.getMediaStreams(int callLegSessionID)
           
static TpMediaStream TpMediaStreamHelper.read(org.omg.CORBA.portable.InputStream in)
           
static TpMediaStream[] TpMediaStreamSetHelper.read(org.omg.CORBA.portable.InputStream _in)
           
 

Methods in org.csapi.cc.mmccs with parameters of type TpMediaStream
static void TpMediaStreamHelper.insert(org.omg.CORBA.Any any, TpMediaStream s)
           
static void TpMediaStreamSetHelper.insert(org.omg.CORBA.Any any, TpMediaStream[] s)
           
 void IpAppMultiMediaCallLegOperations.mediaStreamMonitorRes(int callLegSessionID, TpMediaStream[] streams, TpMediaStreamEventType type)
           
 void _IpAppMultiMediaCallLegStub.mediaStreamMonitorRes(int callLegSessionID, TpMediaStream[] streams, TpMediaStreamEventType type)
           
 void IpAppMultiMediaCallLegPOATie.mediaStreamMonitorRes(int callLegSessionID, TpMediaStream[] streams, TpMediaStreamEventType type)
           
 TpAppMultiMediaCallBack IpAppMultiMediaCallControlManagerPOATie.reportMediaNotification(TpMultiMediaCallIdentifier callReference, TpMultiMediaCallLegIdentifier[] callLegReferenceSet, TpMediaStream[] mediaStreams, TpMediaStreamEventType type, int assignmentID)
           
 TpAppMultiMediaCallBack _IpAppMultiMediaCallControlManagerStub.reportMediaNotification(TpMultiMediaCallIdentifier callReference, TpMultiMediaCallLegIdentifier[] callLegReferenceSet, TpMediaStream[] mediaStreams, TpMediaStreamEventType type, int assignmentID)
           
 TpAppMultiMediaCallBack IpAppMultiMediaCallControlManagerOperations.reportMediaNotification(TpMultiMediaCallIdentifier callReference, TpMultiMediaCallLegIdentifier[] callLegReferenceSet, TpMediaStream[] mediaStreams, TpMediaStreamEventType type, int assignmentID)
           
static void TpMediaStreamHelper.write(org.omg.CORBA.portable.OutputStream out, TpMediaStream s)
           
static void TpMediaStreamSetHelper.write(org.omg.CORBA.portable.OutputStream _out, TpMediaStream[] _s)
           
 

Constructors in org.csapi.cc.mmccs with parameters of type TpMediaStream
TpMediaStreamHolder(TpMediaStream initial)
           
TpMediaStreamSetHolder(TpMediaStream[] initial)
           
 

Uses of TpMediaStream in org.mobicents.csapi.jr.slee.cc.mmccs
 

Methods in org.mobicents.csapi.jr.slee.cc.mmccs that return TpMediaStream
 TpMediaStream[] IpMultiMediaCallLegConnection.getMediaStreams()
          This method is used to return all currently established media streams for the leg.
 TpMediaStream[] ReportMediaNotificationEvent.getMediaStreams()
          Returns the mediaStreams
 TpMediaStream[] MediaStreamMonitorResEvent.getStreams()
          Returns the streams
 

Constructors in org.mobicents.csapi.jr.slee.cc.mmccs with parameters of type TpMediaStream
MediaStreamMonitorResEvent(TpServiceIdentifier tpServiceIdentifier, int callLegSessionID, TpMediaStream[] streams, TpMediaStreamEventType type)
          Constructor for MediaStreamMonitorResEvent
ReportMediaNotificationEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiMediaCallIdentifier callReference, TpMultiMediaCallLegIdentifier[] callLegReferenceSet, TpMediaStream[] mediaStreams, TpMediaStreamEventType type, int assignmentID)
          Constructor for ReportMediaNotificationEvent
 



Copyright © 2008. All Rights Reserved.