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

Symbian

开发平台:

Visual C++

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Source last modified: $Id: hxsmstr.h,v 1.5.8.1 2004/07/09 02:05:40 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 _HXSMSTR_H_
  50. #define _HXSMSTR_H_
  51. #include "hxtypes.h"
  52. #include "hxcom.h"
  53. #include "hxbdwdth.h" /* IHXBandwidthNegotiator */
  54. #include "hxasm.h"    /* IHXASMStream2 */
  55. #include "hxengin.h"  /* IXHCallback */
  56. #include "hxmap.h"    /* CHXMapPtrToPtr */
  57. class ASMRuleBook;
  58. class HXStream;
  59. class HXSource;
  60. class CASMRuleState;
  61. struct IHXRegistry;
  62. struct IHXErrorMessages;
  63. class HXASMStream : public IHXASMStream2,
  64.     public IHXStreamBandwidthNegotiator,
  65.     public IHXStreamBandwidthBias,
  66.     public IHXASMProps,
  67.     public IHXAtomicRuleGather
  68. {
  69. public:
  70.     HXASMStream(HXStream* pStream, HXSource* pSource);
  71.     ~HXASMStream();
  72.     STDMETHOD (QueryInterface ) (THIS_ REFIID ID, void** ppInterfaceObj);
  73.     STDMETHOD_(UINT32, AddRef ) (THIS);
  74.     STDMETHOD_(UINT32, Release) (THIS);
  75.     STDMETHOD(AddStreamSink) (THIS_
  76. IHXASMStreamSink* pASMStreamSink);
  77.     
  78.     STDMETHOD(RemoveStreamSink) (THIS_
  79. IHXASMStreamSink* pASMStreamSink);
  80.     STDMETHOD(Subscribe) (THIS_
  81. UINT16 uRuleNumber);
  82.     STDMETHOD(Unsubscribe) (THIS_
  83. UINT16 uRuleNumber);
  84.     STDMETHOD(Disable)         (THIS_
  85. UINT16 uRuleNumber);
  86.     STDMETHOD(Enable)         (THIS_
  87. UINT16 uRuleNumber);
  88.     STDMETHOD(ReCompute) (THIS);
  89.     /*
  90.      * IHXStreamBandwidthNegotiator methods
  91.      */
  92.     STDMETHOD(SetBandwidthUsage) (THIS_
  93. REF(UINT32) ulRecvBitRate,
  94. REF(BOOL) bTimeStampDelivery);
  95.     STDMETHOD(HandleSlowSource)         (THIS_
  96. UINT32 ulRecvBitRate);
  97.     STDMETHOD(GetFixedBandwidth) (THIS_
  98. REF(UINT32) ulBitRate);
  99.     STDMETHOD(GetThresholdInfo) (THIS_
  100. float*     pThreshold,
  101. REF(UINT32) ulNumThreshold);
  102.     STDMETHOD(UnRegister) (THIS);
  103.     STDMETHOD_(ULONG32,GetNumThresholds)(THIS);
  104.     /*
  105.      * IHXStreamBandwidthBias methods
  106.      */
  107.     STDMETHOD(GetBiasFactor) (THIS_
  108. REF(INT32) ulBiasFactor);
  109.     STDMETHOD(SetBiasFactor) (THIS_
  110. INT32 ulBiasFactor);
  111.     /* IHXASMProps methods */
  112.     STDMETHOD(GetPreData) (THIS_
  113. REF(UINT32) ulPreData);
  114.     STDMETHOD(GetBandwidth) (THIS_
  115. REF(UINT32) ulBandwidth);
  116.     STDMETHOD(RuleGather) (THIS_
  117.      CHXSimpleList* pList);
  118.     STDMETHOD(RuleFlush) (THIS_
  119.      CHXSimpleList* pList);
  120.     HX_RESULT ResetASMSource (IHXASMSource* pASMSource);
  121.     BOOL IsTimeStampDelivery() {return m_bTimeStampDeliveryMode;}
  122.     void PostEndTimePacket(IHXPacket* pPacket, BOOL& bSentMe, BOOL& bEndMe);
  123.     void ResetASMRuleState(void);
  124.     class LossCheckCallback: public IHXCallback
  125.     {
  126.     public:
  127.         LossCheckCallback(HXASMStream* pASMStream);
  128.         STDMETHOD (QueryInterface ) (THIS_ REFIID ID, void** ppInterfaceObj);
  129.         STDMETHOD_(UINT32, AddRef ) (THIS);
  130.         STDMETHOD_(UINT32, Release) (THIS);
  131.         STDMETHOD(Func)             (THIS);
  132.     private:
  133.         HXASMStream*    m_pASMStream;
  134.         LONG32          m_lRefCount;
  135.         
  136.         ~LossCheckCallback() {};
  137.         PRIVATE_DESTRUCTORS_ARE_NOT_A_CRIME
  138.     };
  139.     HX_BITFIELD m_bTimeStampDeliveryMode : 1;
  140.     HX_BITFIELD m_bInitialSubscribe : 1;
  141. private:
  142.     HX_BITFIELD m_bHasExpression : 1;
  143.     HX_BITFIELD m_bEndOneRuleEndAll : 1;
  144.     UINT32 m_ulLastLimitBandwidth;
  145.     INT32 m_lRefCount;
  146.     CHXMapPtrToPtr*     m_pStreamSinkMap;
  147.     IHXValues*          m_pHeader;
  148.     UINT16         m_uStreamNumber;
  149.     UINT16 m_nNumRules;
  150.     HXSource* m_pSource;
  151.     IHXASMSource*      m_pASMSource;
  152.     IHXRegistry*     m_pRegistry;
  153.     IHXScheduler*      m_pScheduler;
  154.     IHXAtomicRuleChange* m_pAtomicRuleChange;
  155.     ASMRuleBook*        m_pRuleBook;
  156.     LossCheckCallback*  m_pLossCB;
  157.     CallbackHandle      m_ulLossCBHandle;
  158.     UINT32 m_ulBandwidthAllocation;
  159.     UINT32 m_ulFixedBandwidth;
  160.     BOOL*               m_pSubInfo;
  161.     UINT32* m_ulRuleBw;
  162.     UINT32* m_ulRulePreData;
  163.     UINT32 m_ulCurrentPreData;
  164.     UINT32 m_ulCurrentBandwidth;
  165.     UINT32 m_ulLastBandwidth;
  166.     BOOL* m_bRuleTimeStampDelivery;
  167.     UINT32 m_ulSubscribedBw;
  168.     INT32 m_lBias;
  169.     UINT32 m_bStartRecalc;
  170.     UINT32              m_ulIDRecv;
  171.     UINT32              m_ulIDLost;
  172.     UINT32 m_ulIDClipBandwidth;
  173.     char m_szRecv[MAX_DISPLAY_NAME]; /* Flawfinder: ignore */
  174.     char m_szLost[MAX_DISPLAY_NAME]; /* Flawfinder: ignore */
  175.     char m_szClipBandwidth[MAX_DISPLAY_NAME]; /* Flawfinder: ignore */
  176.     CHXSimpleList* m_pSubList;
  177.     IHXValues* m_pSubscriptionVariables;
  178.     BOOL* m_pRuleSubscribeStatus;
  179.     CASMRuleState* m_pASMRuleState;
  180.     void Recalc();
  181.     void RecalcCurrentProps();
  182.     float ComputeLost();
  183. #ifndef GOLD
  184.     IHXErrorMessages*  m_pEM;
  185. #endif
  186.     friend class LossCheckCallback;
  187. };
  188. #endif  /* ifndef _HXSMSTR_H_ */