smlrtype.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:7k
源码类别:

Symbian

开发平台:

Visual C++

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Source last modified: $Id: smlrtype.h,v 1.2.16.1 2004/07/09 01:58:02 hubbe Exp $
  3.  * 
  4.  * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
  5.  * 
  6.  * The contents of this file, and the files included with this file,
  7.  * are subject to the current version of the RealNetworks Public
  8.  * Source License (the "RPSL") available at
  9.  * http://www.helixcommunity.org/content/rpsl unless you have licensed
  10.  * the file under the current version of the RealNetworks Community
  11.  * Source License (the "RCSL") available at
  12.  * http://www.helixcommunity.org/content/rcsl, in which case the RCSL
  13.  * will apply. You may also obtain the license terms directly from
  14.  * RealNetworks.  You may not use this file except in compliance with
  15.  * the RPSL or, if you have a valid RCSL with RealNetworks applicable
  16.  * to this file, the RCSL.  Please see the applicable RPSL or RCSL for
  17.  * the rights, obligations and limitations governing use of the
  18.  * contents of the file.
  19.  * 
  20.  * Alternatively, the contents of this file may be used under the
  21.  * terms of the GNU General Public License Version 2 or later (the
  22.  * "GPL") in which case the provisions of the GPL are applicable
  23.  * instead of those above. If you wish to allow use of your version of
  24.  * this file only under the terms of the GPL, and not to allow others
  25.  * to use your version of this file under the terms of either the RPSL
  26.  * or RCSL, indicate your decision by deleting the provisions above
  27.  * and replace them with the notice and other provisions required by
  28.  * the GPL. If you do not delete the provisions above, a recipient may
  29.  * use your version of this file under the terms of any one of the
  30.  * RPSL, the RCSL or the GPL.
  31.  * 
  32.  * This file is part of the Helix DNA Technology. RealNetworks is the
  33.  * developer of the Original Code and owns the copyrights in the
  34.  * portions it created.
  35.  * 
  36.  * This file, and the files included with this file, is distributed
  37.  * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
  38.  * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
  39.  * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
  40.  * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
  41.  * ENJOYMENT OR NON-INFRINGEMENT.
  42.  * 
  43.  * Technology Compatibility Kit Test Suite(s) Location:
  44.  *    http://www.helixcommunity.org/content/tck
  45.  * 
  46.  * Contributor(s):
  47.  * 
  48.  * ***** END LICENSE BLOCK ***** */
  49. #ifndef SMLRTYPE_H
  50. #define SMLRTYPE_H
  51. // Forward declarations
  52. typedef _INTERFACE IHXSite           IHXSite;
  53. typedef _INTERFACE IHXSiteManager    IHXSiteManager;
  54. typedef _INTERFACE IHXRenderer       IHXRenderer;
  55. typedef _INTERFACE IHXSiteTransition IHXSiteTransition;
  56. typedef _INTERFACE IHXValues         IHXValues;
  57. class CHXMapLongToObj;
  58. class CHXString;
  59. class CHXSimpleList;
  60. class CSmilEventHook;
  61. class CSmilTransition;
  62. //
  63. // struct that associates group,track,and playto property of a stream
  64. //
  65. struct SMILPlayToAssoc
  66. {
  67.     UINT16          m_uGroupIndex;
  68.     UINT16          m_uTrackIndex;
  69.     CHXMapLongToObj m_sourceMap;
  70.     CHXString       m_playTo;
  71.     CHXString       m_id;
  72.     CHXString       m_repeatid;
  73.     CHXString       m_tunerName;
  74.     CHXString       m_childTunerName;
  75.     CHXString       m_regionName;
  76.     CHXString       m_beginTransition;
  77.     CHXString       m_endTransition;
  78.     UINT32          m_ulDelay;
  79.     UINT32          m_ulDuration;
  80.     CHXSimpleList*  m_pHyperlinks;
  81.     CSmilEventHook* m_pRendererEventHook;
  82.     CHXSimpleList*  m_pSiteInfoList;
  83.     INT32           m_ulLexicalOrder;
  84.     CHXString       m_URL;
  85.     // ONLY HX_BITFIELD MEMBERS SHOULD GO BELOW THIS LINE!
  86.     // ALL OTHER MEMBER TYPES SHOULD GO ABOVE THIS LINE!
  87.     HX_BITFIELD     m_bIsPersistentSource : 1;
  88.     HX_BITFIELD     m_bDurationResolved : 1;
  89.     HX_BITFIELD     m_bRemoveSite : 1;
  90.     HX_BITFIELD     m_bRemovePending : 1;
  91.     HX_BITFIELD     m_bLiveSource : 1;
  92.     HX_BITFIELD     m_bXMMSource : 1;
  93.     HX_BITFIELD     m_bTrackStopped : 1;
  94. };
  95. //
  96. // site information - used
  97. // to handle site show/hide
  98. // behavior in seek and hyperlinking
  99. //
  100. struct SMILSiteInfo
  101. {
  102.     IHXSite*     m_pRendererSite;
  103.     IHXSite*     m_pRegionSite;
  104.     HXxSize       m_rendererSize;
  105.     UINT16        m_uGroupIndex;
  106.     UINT32        m_ulDelay;
  107.     UINT32        m_ulDuration;
  108.     UINT32        m_ulResumeTime;
  109.     CHXString     m_regionID;
  110.     IHXRenderer* m_pRenderer;
  111.     UINT32        m_ulLexicalOrder;
  112.     CHXString     m_MediaID;
  113.     INT32         m_lZIndex;
  114.     // ONLY HX_BITFIELD MEMBERS SHOULD GO BELOW THIS LINE!
  115.     // ALL OTHER MEMBER TYPES SHOULD GO ABOVE THIS LINE!
  116.     HX_BITFIELD   m_bRemoveSite : 1;
  117.     HX_BITFIELD   m_bNoRegion : 1;
  118. };
  119. // source information - contained
  120. // in SMILPlayToAssoc.m_sourceMap
  121. struct SMILSourceInfo
  122. {
  123.     IUnknown*       m_pStream;
  124.     IHXRenderer*   m_pRenderer;
  125.     CHXString       m_tunerName;
  126.     CHXString       m_childTunerName;
  127.     CSmilEventHook* m_pRendererEventHook;
  128.     UINT32          m_ulDuration;
  129.     UINT32          m_ulDelay;
  130. };
  131. struct SMILTransitionState
  132. {
  133.     UINT32              m_ulEndPercent;
  134.     UINT32              m_ulStartPercent;
  135.     UINT32              m_ulEndTime;
  136.     UINT32              m_ulDuration;
  137.     UINT16              m_uGroupIndex;
  138.     BOOL                m_bBegin;
  139.     IHXSiteTransition* m_pSiteTransition;
  140.     CHXString           m_id;
  141. };
  142. //
  143. // Renderer That Closed
  144. //
  145. struct SMILDelayedRendererClose
  146. {
  147.     UINT16        m_uGroup;
  148.     IHXRenderer* m_pRenderer;
  149.     IHXValues*   m_pInfo;
  150.     SMILSiteInfo* m_pSiteInfo;
  151. };
  152. //
  153. // group information
  154. //
  155. struct SMILGroupInfo
  156. {
  157.     int    m_nTracks;
  158.     int    m_nTracksAdded;
  159.     int    m_nTrackDurationsSet;
  160.     UINT32 m_ulDuration;
  161.     BOOL   m_bDurationSet;
  162. };
  163. //
  164. // event source info (endsync in SMIL)
  165. //
  166. struct SMILDeferredSourceInfo
  167. {
  168.     UINT32 m_ulDuration;
  169.     UINT32 m_ulDelay;
  170. };
  171. #if defined(BE_SITE_SUPPLIER_20010205)
  172. class SMILChildSiteInfo
  173. {
  174. public:
  175.     SMILChildSiteInfo(IHXSite*        pChildSite,
  176.                       IHXSite*        pParentSite,
  177.                       IHXSiteManager* pSiteMgr);
  178.     ~SMILChildSiteInfo();
  179.     IHXSite*        m_pChildSite;
  180.     IHXSite*        m_pParentSite;
  181.     IHXSiteManager* m_pSiteMgr;
  182. private:
  183.     SMILChildSiteInfo() {}; // /Don't allow default constructor.
  184. };
  185. #endif // defined(BE_SITE_SUPPLIER_20010205)
  186. class CExternalMediaMarkerInfo
  187. {
  188. public:
  189.     CExternalMediaMarkerInfo();
  190.     virtual ~CExternalMediaMarkerInfo();
  191.     char*          m_pszAddTrackURL;
  192.     char*          m_pszRendererURL;
  193.     CHXSimpleList* m_pIDList;
  194.     UINT16         m_usGroupIndex;
  195.     UINT16         m_usTrackIndex;
  196. };
  197. // /The CSmilDocumentRenderer's m_pPlayerResumeStack contains these:
  198. class CSmilPlayerResumePos
  199. {
  200. public:
  201.     CSmilPlayerResumePos(INT16 iGrp, UINT32 ulTime,
  202.                          SMILLinkPlaystate linkPlaystate);
  203.     ~CSmilPlayerResumePos() {};
  204.     INT16             m_iCurrentGroupIndex;
  205.     UINT32            m_ulCurrentTime;
  206.     SMILLinkPlaystate m_kLinkPlaystate;
  207. private:
  208.     CSmilPlayerResumePos() {}; // /Don't allow default constructor..
  209. };
  210. #if defined(HELIX_FEATURE_SMIL2_TRANSITIONS)
  211. class CSmilTransitionInfo
  212. {
  213. public:
  214.     CSmilTransitionInfo(CSmilTransition* pTrans, IUnknown* pUnk);
  215.     virtual ~CSmilTransitionInfo();
  216.     CSmilTransition* m_pTrans;
  217.     IUnknown*        m_pContext;
  218. };
  219. #endif /* #if defined(HELIX_FEATURE_SMIL2_TRANSITIONS) */
  220. #endif