Java Doc for SdpConstants.java in  » 6.0-JDK-Modules » j2me » gov » nist » javax » sdp » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » j2me » gov.nist.javax.sdp 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


gov.nist.javax.sdp.SdpConstants

SdpConstants
public interface SdpConstants (Code)
The SdpConstants class contains the RTP/AVP related constants. Please refer to IETF RFC 2327 for a description of SDP.
version:
   1.0


Field Summary
final public static  intAVP_DEFINED_STATIC_MAX
     Highest defined static payload type.
final public static  intAVP_DYNAMIC_MIN
    
final public static  intCELB
     Static RTP/AVP payload type for the CELB video codec.
final public static  intCN
     Static RTP/AVP payload type for the CN audio codec.
final public static  intCN_DEPRECATED
     Static RTP/AVP payload type for the CN audio codec.
final public static  intDVI4_11025
    
final public static  intDVI4_16000
     Static RTP/AVP payload type for the DVI4_16000 audio codec.
final public static  intDVI4_22050
     Static RTP/AVP payload type for the DVI4_22050 audio codec.
final public static  intDVI4_8000
    
final public static  StringDYNAMIC
     Dynamic Payload type.
final public static  StringFMTP
     RTP mapping attribute.
final public static  intG722
     Static RTP/AVP payload type for the G722 audio codec.
final public static  intG723
     Static RTP/AVP payload type for the G723 audio codec.
final public static  intG726_32
     Static RTP/AVP payload type for the G726_32 audio codec.
final public static  intG728
     Static RTP/AVP payload type for the G728 audio codec.
final public static  intG729
     Static RTP/AVP payload type for the G729 audio codec.
final public static  intGSM
     Static RTP/AVP payload type for the GSM audio codec.
final public static  intH261
     Static RTP/AVP payload type for the H261 video codec.
final public static  intH263
     Static RTP/AVP payload type for the H263 video codec.
final public static  intJPEG
     Static RTP/AVP payload type for the JPEG video codec.
final public static  intL16_1CH
     Static RTP/AVP payload type for the L16_1CH audio codec.
final public static  intL16_2CH
     Static RTP/AVP payload type for the L16_2CH audio codec.
final public static  intLPC
    
final public static  intMP2T
     Static RTP/AVP payload type for the MP2T video codec.
final public static  intMPA
     Static RTP/AVP payload type for the MPA audio codec.
final public static  intMPV
     Static RTP/AVP payload type for the MPV video codec.
final public static  longNTP_CONST
     Constant used to translate between NTP time used in SDP and "native" Java time.
final public static  intNV
    
final public static  intPCMA
     Static RTP/AVP payload type for the PCMA audio codec.
final public static  intPCMU
     Static RTP/AVP payload type for the PCMU audio codec.
final public static  intQCELP
    
final public static  StringRESERVED
     Reserved Payload type.
final public static  StringRTPMAP
     RTP mapping attribute.
final public static  StringRTP_AVP
    
final public static  intTENSIXTEEN
     Static RTP/AVP payload type for the TENSIXTEEN audio codec.
final public static  StringUNASSIGNED
     Unassigned Payload type.
final public static  int[]avpChannels
     Channels per static type.
final public static  int[]avpClockRates
     Clock rates for various AVP payload types indexed by their static payload types.
final public static  String[]avpTypeNames
     Names of AVP (Audio-Video Profile) payload types indexed on their static payload types.



Field Detail
AVP_DEFINED_STATIC_MAX
final public static int AVP_DEFINED_STATIC_MAX(Code)
Highest defined static payload type. This is (currently) 35.



AVP_DYNAMIC_MIN
final public static int AVP_DYNAMIC_MIN(Code)
The minimum defined dynamic format value



CELB
final public static int CELB(Code)
Static RTP/AVP payload type for the CELB video codec.



CN
final public static int CN(Code)
Static RTP/AVP payload type for the CN audio codec.



CN_DEPRECATED
final public static int CN_DEPRECATED(Code)
Static RTP/AVP payload type for the CN audio codec.



DVI4_11025
final public static int DVI4_11025(Code)
Static RTP/AVP payload type for the DVI4_11025 audio codec



DVI4_16000
final public static int DVI4_16000(Code)
Static RTP/AVP payload type for the DVI4_16000 audio codec.



DVI4_22050
final public static int DVI4_22050(Code)
Static RTP/AVP payload type for the DVI4_22050 audio codec.



DVI4_8000
final public static int DVI4_8000(Code)
Static RTP/AVP payload type for the DVI4_8000 audio codec



DYNAMIC
final public static String DYNAMIC(Code)
Dynamic Payload type. Any int less than 0 or greater than or equal to AVP_DYNAMIC_MIN



FMTP
final public static String FMTP(Code)
RTP mapping attribute.



G722
final public static int G722(Code)
Static RTP/AVP payload type for the G722 audio codec.



G723
final public static int G723(Code)
Static RTP/AVP payload type for the G723 audio codec.



G726_32
final public static int G726_32(Code)
Static RTP/AVP payload type for the G726_32 audio codec.



G728
final public static int G728(Code)
Static RTP/AVP payload type for the G728 audio codec.



G729
final public static int G729(Code)
Static RTP/AVP payload type for the G729 audio codec.



GSM
final public static int GSM(Code)
Static RTP/AVP payload type for the GSM audio codec.



H261
final public static int H261(Code)
Static RTP/AVP payload type for the H261 video codec.



H263
final public static int H263(Code)
Static RTP/AVP payload type for the H263 video codec.



JPEG
final public static int JPEG(Code)
Static RTP/AVP payload type for the JPEG video codec.



L16_1CH
final public static int L16_1CH(Code)
Static RTP/AVP payload type for the L16_1CH audio codec.



L16_2CH
final public static int L16_2CH(Code)
Static RTP/AVP payload type for the L16_2CH audio codec.



LPC
final public static int LPC(Code)
Static RTP/AVP payload type for the LPC audio codec



MP2T
final public static int MP2T(Code)
Static RTP/AVP payload type for the MP2T video codec.



MPA
final public static int MPA(Code)
Static RTP/AVP payload type for the MPA audio codec.



MPV
final public static int MPV(Code)
Static RTP/AVP payload type for the MPV video codec.



NTP_CONST
final public static long NTP_CONST(Code)
Constant used to translate between NTP time used in SDP and "native" Java time. NTP time is defined as the number of seconds relative to midnight, January 1, 1900 and Java time is measured in number of milliseconds since midnight, January 1, 1970 UTC (see System#currentTimeMillis()}). The value of this constant is 2208988800L. It can be used to convert between NTP and Java time using the following formulas: ntpTime = (javaTime/1000) + SdpConstants.NTP_CONST; javaTime = (ntpTime - SdpConstants.NTP_CONST) * 1000; The Network Time Protocol (NTP) is defined in RFC 1305.



NV
final public static int NV(Code)
Static RTP/AVP payload type for the NV video codec



PCMA
final public static int PCMA(Code)
Static RTP/AVP payload type for the PCMA audio codec.



PCMU
final public static int PCMU(Code)
Static RTP/AVP payload type for the PCMU audio codec.



QCELP
final public static int QCELP(Code)
Static RTP/AVP payload type for QCELP audio codec



RESERVED
final public static String RESERVED(Code)
Reserved Payload type. An int greater than or equal to 0 and less than AVP_DEFINED_STATIC_MAX, but has not been assigned a value.



RTPMAP
final public static String RTPMAP(Code)
RTP mapping attribute.



RTP_AVP
final public static String RTP_AVP(Code)
RTP/AVP Protocol



TENSIXTEEN
final public static int TENSIXTEEN(Code)
Static RTP/AVP payload type for the TENSIXTEEN audio codec.



UNASSIGNED
final public static String UNASSIGNED(Code)
Unassigned Payload type. An int greater than or equal to AVP_DEFINED_STATIC_MAX and less than AVP_DYNAMIC_MIN - currently unassigned.



avpChannels
final public static int[] avpChannels(Code)
Channels per static type.



avpClockRates
final public static int[] avpClockRates(Code)
Clock rates for various AVP payload types indexed by their static payload types.



avpTypeNames
final public static String[] avpTypeNames(Code)
Names of AVP (Audio-Video Profile) payload types indexed on their static payload types.





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.