home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / amrtpuid.h < prev    next >
Text File  |  1998-04-25  |  5KB  |  102 lines

  1. ///*M*
  2. // INTEL CORPORATION PROPRIETARY INFORMATION
  3. // This software is supplied under the terms of a licence agreement or
  4. // nondisclosure agreement with Intel Corporation and may not be copied
  5. // or disclosed except in accordance with the terms of that agreement.
  6. // Copyright (c) 1997 Intel Corporation. All Rights Reserved.
  7. //
  8. // Filename : AMRTPUID.h
  9. // Purpose  : Define the UIDs used in the ActiveMovie RTP architecture.
  10. // Contents : 
  11. //      MEDIATYPE_RTP_Single_Stream     Defines an RTP stream which
  12. //          only contains media samples from a single source.
  13. //      MEDIATYPE_RTP_Multiple_Stream   Defines an RTP stream which
  14. //          may contain media samples from many sources (eg, a multicast
  15. //          conference.)
  16. //      MEDIASUBTYPE_RTP_Payload_Mixed  A subtype of MEDIATYPE_RTP_Multiple_Stream,
  17. //          indicates that the stream may consist or RTP packets with
  18. //          many different PT values.
  19. //      MEDIASUBTYPE_RTP_Payload_G711U  A subtype of MEDIATYPE_RTP_Single_Stream
  20. //          or MEDIATYPE_RTP_Multiple_Stream. Indicates that the stream(s)
  21. //          are all of the same payload type (e.g., G.711 Mulaw Audio)
  22. //      MEDIASUBTYPE_RTP_Payload_G711A  A subtype of MEDIATYPE_RTP_Single_Stream
  23. //          or MEDIATYPE_RTP_Multiple_Stream. Indicates that the stream(s)
  24. //          are all of the same payload type (e.g., G.711 Alaw Audio)
  25. //      MEDIASUBTYPE_RTP_Payload_G723   A subtype of MEDIATYPE_RTP_Single_Stream
  26. //          or MEDIATYPE_RTP_Multiple_Stream. Indicates that the stream(s)
  27. //          are all of the same payload type (e.g., G.723 Audio)
  28. //      MEDIASUBTYPE_RTP_Payload_H261   A subtype of MEDIATYPE_RTP_Single_Stream
  29. //          or MEDIATYPE_RTP_Multiple_Stream. Indicates that the stream(s)
  30. //          are all of the same payload type (e.g., H.261 Video)
  31. //      MEDIASUBTYPE_RTP_Payload_H263 A subtype of MEDIATYPE_RTP_Single_Stream
  32. //          or MEDIATYPE_RTP_Multiple_Stream. Indicates that the stream(s)
  33. //          are all of the same payload type (e.g., H.263 Video)
  34. //      MEDIASUBTYPE_RTP_Payload_ANY  A subtype of MEDIATYPE_RTP_Single_Stream
  35. //          or MEDIATYPE_RTP_Multiple_Stream. Indicates that the stream(s)
  36. //          are all of the same payload type, but the actual type is not set. 
  37. //      MEDIASUBTYPE_H263EX   A subtype of MEDIATYPE_Video.  Indicates that the stream(s) 
  38. //          are all of the same media type (e.g., H.263 Extended Bitstream Video)
  39. //      MEDIASUBTYPE_H261EX   A subtype of MEDIATYPE_Video.  Indicates that the stream(s) 
  40. //          are all of the same media type (e.g., H.261 Extended Bitstream Video)
  41. //*M*/
  42.  
  43. #ifndef OUR_GUID_ENTRY
  44.     #define OUR_GUID_ENTRY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
  45.         DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8);
  46. #endif
  47.  
  48. // {14099BC0-787B-11d0-9CD3-00A0C9081C19}
  49. OUR_GUID_ENTRY(MEDIATYPE_RTP_Single_Stream, 
  50. 0x14099bc0, 0x787b, 0x11d0, 0x9c, 0xd3, 0x0, 0xa0, 0xc9, 0x8, 0x1c, 0x19);
  51.  
  52. // {14099BC1-787B-11d0-9CD3-00A0C9081C19}
  53. OUR_GUID_ENTRY(MEDIATYPE_RTP_Multiple_Stream, 
  54. 0x14099bc1, 0x787b, 0x11d0, 0x9c, 0xd3, 0x0, 0xa0, 0xc9, 0x8, 0x1c, 0x19);
  55.  
  56. // {14099BC2-787B-11d0-9CD3-00A0C9081C19}
  57. OUR_GUID_ENTRY(MEDIASUBTYPE_RTP_Payload_Mixed, 
  58. 0x14099bc2, 0x787b, 0x11d0, 0x9c, 0xd3, 0x0, 0xa0, 0xc9, 0x8, 0x1c, 0x19);
  59.  
  60. // {14099BC3-787B-11d0-9CD3-00A0C9081C19}
  61. OUR_GUID_ENTRY(MEDIASUBTYPE_RTP_Payload_G711U, 
  62. 0x14099bc3, 0x787b, 0x11d0, 0x9c, 0xd3, 0x0, 0xa0, 0xc9, 0x8, 0x1c, 0x19);
  63.  
  64. // {14099BC4-787B-11d0-9CD3-00A0C9081C19}
  65. OUR_GUID_ENTRY(MEDIASUBTYPE_RTP_Payload_G711A, 
  66. 0x14099bc4, 0x787b, 0x11d0, 0x9c, 0xd3, 0x0, 0xa0, 0xc9, 0x8, 0x1c, 0x19);
  67.  
  68. // {14099BC5-787B-11d0-9CD3-00A0C9081C19}
  69. OUR_GUID_ENTRY(MEDIASUBTYPE_RTP_Payload_G723, 
  70. 0x14099bc5, 0x787b, 0x11d0, 0x9c, 0xd3, 0x0, 0xa0, 0xc9, 0x8, 0x1c, 0x19);
  71.  
  72. // {14099BC6-787B-11d0-9CD3-00A0C9081C19}
  73. OUR_GUID_ENTRY(MEDIASUBTYPE_RTP_Payload_H261, 
  74. 0x14099bc6, 0x787b, 0x11d0, 0x9c, 0xd3, 0x0, 0xa0, 0xc9, 0x8, 0x1c, 0x19);
  75.  
  76. // {14099BC7-787B-11d0-9CD3-00A0C9081C19}
  77. OUR_GUID_ENTRY(MEDIASUBTYPE_RTP_Payload_H263, 
  78. 0x14099bc7, 0x787b, 0x11d0, 0x9c, 0xd3, 0x0, 0xa0, 0xc9, 0x8, 0x1c, 0x19);
  79.  
  80. // {14099BCA-787B-11d0-9CD3-00A0C9081C19}
  81. OUR_GUID_ENTRY(MEDIASUBTYPE_RTP_Payload_ANY, 
  82. 0x14099bc8, 0x787b, 0x11d0, 0x9c, 0xd3, 0x0, 0xa0, 0xc9, 0x8, 0x1c, 0x19);
  83.  
  84. // {33363248-0000-0010-8000-00AA00389B71}
  85. OUR_GUID_ENTRY(MEDIASUBTYPE_H263, 
  86. 0x33363248, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
  87.  
  88. // {14099BC8-787B-11d0-9CD3-00A0C9081C19}
  89. OUR_GUID_ENTRY(MEDIASUBTYPE_H263EX, 
  90. 0x14099bc8, 0x787b, 0x11d0, 0x9c, 0xd3, 0x0, 0xa0, 0xc9, 0x8, 0x1c, 0x19);
  91.  
  92. // {31363248-0000-0010-8000-00AA00389B71}
  93. OUR_GUID_ENTRY(MEDIASUBTYPE_H261, 
  94. 0x31363248, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);
  95.  
  96. // {14099BC9-787B-11d0-9CD3-00A0C9081C19}
  97. OUR_GUID_ENTRY(MEDIASUBTYPE_H261EX, 
  98. 0x14099bc9, 0x787b, 0x11d0, 0x9c, 0xd3, 0x0, 0xa0, 0xc9, 0x8, 0x1c, 0x19);
  99.  
  100. #undef OUR_GUID_ENTRY
  101.  
  102.