|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.csapi.jr.slee.ResourceEvent
org.mobicents.csapi.jr.slee.cc.mmccs.ReportMediaNotificationEvent
public class ReportMediaNotificationEvent
This event is used to inform the application about the establishment of media streams. If the corresponding monitor was in interrupt mode, then the application has to allow or deny the streams using mediaStreamAllow() method. If the application has previously explicitly passed a reference to the callback using a setCallbackWithSessionID() invocation, this parameter may be P_APP_CALLBACK_UNDEFINED, or if supplied must be the same as that provided during the setCallbackWithSessionID().
| Constructor Summary | |
|---|---|
ReportMediaNotificationEvent(TpServiceIdentifier tpServiceIdentifier,
TpMultiMediaCallIdentifier callReference,
TpMultiMediaCallLegIdentifier[] callLegReferenceSet,
TpMediaStream[] mediaStreams,
TpMediaStreamEventType type,
int assignmentID)
Constructor for ReportMediaNotificationEvent |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
int |
getAssignmentID()
Returns the assignmentID |
TpMultiMediaCallLegIdentifier[] |
getCallLegReferenceSet()
Returns the callLegReferenceSet |
TpMultiMediaCallIdentifier |
getCallReference()
Returns the callReference |
TpMediaStream[] |
getMediaStreams()
Returns the mediaStreams |
TpMediaStreamEventType |
getType()
Returns the type |
int |
hashCode()
Returns a hashcode value for the object. |
| Methods inherited from class org.mobicents.csapi.jr.slee.ResourceEvent |
|---|
getService |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportMediaNotificationEvent(TpServiceIdentifier tpServiceIdentifier,
TpMultiMediaCallIdentifier callReference,
TpMultiMediaCallLegIdentifier[] callLegReferenceSet,
TpMediaStream[] mediaStreams,
TpMediaStreamEventType type,
int assignmentID)
tpServiceIdentifier - the service this event is related to| Method Detail |
|---|
public TpMultiMediaCallIdentifier getCallReference()
public TpMultiMediaCallLegIdentifier[] getCallLegReferenceSet()
public TpMediaStream[] getMediaStreams()
public TpMediaStreamEventType getType()
public int getAssignmentID()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||