public class RtpPackage extends Object implements MgcpPackage
Furthermore, with the exception of the "iu" event, which is defined for any type of media, all other events in this package are defined for RTP media streams only (i.e., if they are used on connections that do not use RTP, the behavior is not defined).
Full package specification: RFC 3660
| Modifier and Type | Field and Description |
|---|---|
static String |
PACKAGE_NAME |
| Constructor and Description |
|---|
RtpPackage() |
| Modifier and Type | Method and Description |
|---|---|
MgcpEventType |
getEventDetails(String event)
Gets the details about a supported event type.
|
String |
getPackageName()
Gets the name of the MGCP Package.
|
boolean |
isEventSupported(String event)
Gets whether an event is supported by the package.
|
public static final String PACKAGE_NAME
public String getPackageName()
MgcpPackagegetPackageName in interface MgcpPackagepublic boolean isEventSupported(String event)
MgcpPackageisEventSupported in interface MgcpPackageevent - The event namepublic MgcpEventType getEventDetails(String event)
MgcpPackagegetEventDetails in interface MgcpPackageevent - The name of the event.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.