?? helix-client-mobile-local-net-ra-rv-mp3.pf
字號:
# # ***** BEGIN LICENSE BLOCK *****# Source last modified: $Id: helix-client-mobile-local-net-ra-rv-mp3.pf,v 1.4 2004/07/08 00:37:48 hubbe Exp $# # Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.# # The contents of this file, and the files included with this file,# are subject to the current version of the RealNetworks Public# Source License (the "RPSL") available at# http://www.helixcommunity.org/content/rpsl unless you have licensed# the file under the current version of the RealNetworks Community# Source License (the "RCSL") available at# http://www.helixcommunity.org/content/rcsl, in which case the RCSL# will apply. You may also obtain the license terms directly from# RealNetworks. You may not use this file except in compliance with# the RPSL or, if you have a valid RCSL with RealNetworks applicable# to this file, the RCSL. Please see the applicable RPSL or RCSL for# the rights, obligations and limitations governing use of the# contents of the file.# # Alternatively, the contents of this file may be used under the# terms of the GNU General Public License Version 2 or later (the# "GPL") in which case the provisions of the GPL are applicable# instead of those above. If you wish to allow use of your version of# this file only under the terms of the GPL, and not to allow others# to use your version of this file under the terms of either the RPSL# or RCSL, indicate your decision by deleting the provisions above# and replace them with the notice and other provisions required by# the GPL. If you do not delete the provisions above, a recipient may# use your version of this file under the terms of any one of the# RPSL, the RCSL or the GPL.# # This file is part of the Helix DNA Technology. RealNetworks is the# developer of the Original Code and owns the copyrights in the# portions it created.# # This file, and the files included with this file, is distributed# and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY# KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS# ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET# ENJOYMENT OR NON-INFRINGEMENT.# # Technology Compatibility Kit Test Suite(s) Location:# http://www.helixcommunity.org/content/tck# # Contributor(s):# # ***** END LICENSE BLOCK *****# ## THIS PROFILE IS WORK IN PROGRESS## Profile is targeting image for mobile phones with following feature needs:# - small image footprint# - low heap usage profile# - RealAudio support# - RealVideo support# - MP3 support# - local playback# - RTP streaming support#project.AddDefines('HELIX_FEATURE_AUDIO')project.AddDefines('HELIX_FEATURE_MIN_HEAP')project.AddDefines('HELIX_FEATURE_NEWAUDIOSTREAM')project.AddDefines('HELIX_FEATURE_VIDEO')project.AddDefines('HELIX_FEATURE_PLAYBACK_LOCAL')project.AddDefines('HELIX_FEATURE_MINI_SMPLFSYS')project.AddDefines('HELIX_FEATURE_PLAYBACK_NET')#project.AddDefines('HELIX_FEATURE_PREFERENCES')#project.AddDefines('HELIX_FEATURE_SMARTERNETWORK')#project.AddDefines('HELIX_FEATURE_PLUGINHANDLER2')#project.AddDefines('HELIX_FEATURE_PLUGINHANDLER1')#project.AddDefines('HELIX_FEATURE_BASICGROUPMGR')#project.AddDefines('HELIX_FEATURE_ADVANCEDGROUPMGR')#project.AddDefines('HELIX_FEATURE_META')project.AddDefines('HELIX_FEATURE_ASM')project.AddDefines('HELIX_FEATURE_HXSM2')project.AddDefines('HELIX_FEATURE_FILESYSTEMMGR')#project.AddDefines('HELIX_FEATURE_EVENTMANAGER')#project.AddDefines('HELIX_FEATURE_MEDIAMARKER')#project.AddDefines('HELIX_FEATURE_XMLPARSER')#project.AddDefines('HELIX_FEATURE_SYSTEMREQUIRED')#project.AddDefines('HELIX_FEATURE_REGISTRY')#project.AddDefines('HELIX_FEATURE_RESOURCEMGR')#project.AddDefines('HELIX_FEATURE_AUTHENTICATION')#project.AddDefines('HELIX_FEATURE_PROXYMGR')#project.AddDefines('HELIX_FEATURE_VIEWSOURCE')#project.AddDefines('HELIX_FEATURE_STATS')#project.AddDefines('HELIX_FEATURE_AUTOUPGRADE')#project.AddDefines('HELIX_FEATURE_PNA')#project.AddDefines('HELIX_FEATURE_NETCHECK')#project.AddDefines('HELIX_FEATURE_HYPER_NAVIGATE')#project.AddDefines('HELIX_FEATURE_NEXTGROUPMGR')#project.AddDefines('HELIX_FEATURE_PREFETCH')#project.AddDefines('HELIX_FEATURE_NESTEDMETA')#project.AddDefines('HELIX_FEATURE_VIEWPORT')#project.AddDefines('HELIX_FEATURE_REVERTER')#project.AddDefines('HELIX_FEATURE_MASTERTAC')#project.AddDefines('HELIX_FEATURE_CORECOMM')#project.AddDefines('HELIX_FEATURE_CHUNKRES')project.AddDefines('HELIX_FEATURE_RDT')project.AddDefines('HELIX_FEATURE_RTP')#project.AddDefines('HELIX_FEATURE_HTTPCLOAK')#project.AddDefines('HELIX_FEATURE_FIFOCACHE')#project.AddDefines('HELIX_FEATURE_MEMMAP_IO')#project.AddDefines('HELIX_FEATURE_NETINTERFACES')#project.AddDefines('HELIX_FEATURE_SECURECONN')#project.AddDefines('HELIX_FEATURE_COOKIES')#project.AddDefines('HELIX_FEATURE_CROSSFADE')#project.AddDefines('HELIX_FEATURE_CONVERTER')#project.AddDefines('HELIX_FEATURE_VOLUME')#project.AddDefines('HELIX_FEATURE_AUDIO_PREMIXHOOK')#project.AddDefines('HELIX_FEATURE_AUDIO_POSTMIXHOOK')project.AddDefines('HELIX_FEATURE_RESAMPLER')#project.AddDefines('HELIX_FEATURE_MIXER')project.AddDefines('HELIX_FEATURE_SINKCONTROL')#project.AddDefines('HELIX_FEATURE_HTTP_GZIP')# -------------------------------------------------------------# Video/Site defines## The following _CC_ defines control what color converters you# want to include in the MINI site only. The full colorconverter# contains all of these by default. Typically you will build# the mini-site for only one output surface format that matches# your device's framebuffer type.# project.AddDefines('HELIX_FEATURE_MINI_SITE')#project.AddDefines('HELIX_FEATURE_CC_BGR32out')#project.AddDefines('HELIX_FEATURE_CC_I420out')#project.AddDefines('HELIX_FEATURE_CC_RGB24out')#project.AddDefines('HELIX_FEATURE_CC_RGB32out')project.AddDefines('HELIX_FEATURE_CC_RGB444out')#project.AddDefines('HELIX_FEATURE_CC_RGB555out')#project.AddDefines('HELIX_FEATURE_CC_RGB565out')#project.AddDefines('HELIX_FEATURE_CC_RGB8out')#project.AddDefines('HELIX_FEATURE_CC_UYVYout')#project.AddDefines('HELIX_FEATURE_CC_YUY2out')#project.AddDefines('HELIX_FEATURE_CC_YV12out')# -------------------------------------------------------------# rmffplin-specific#project.AddDefines('HELIX_FEATURE_RMFF_VIEWSOURCE')#project.AddDefines('HELIX_FEATURE_RMFF_TIMEOFFSET_HANDLER')#project.AddDefines('HELIX_FEATURE_RMFF_LEGACYAUDIO')project.AddDefines('HELIX_FEATURE_RMFF_MULTIRATE')#project.AddDefines('HELIX_FEATURE_RMFF_LIVEINFO')#project.AddDefines('HELIX_FEATURE_RMFF_BANDWIDTH_NEGOTIATOR')#project.AddDefines('HELIX_FEATURE_RMFF_LICENSING')#project.AddDefines('HELIX_FEATURE_RMFF_TIMEOFFSET_FIXUP')# datatypes and codecsproject.AddDefines('HELIX_FEATURE_AUDIO_REAL')project.AddDefines('HELIX_FEATURE_AUDIO_CODEC_GECKO')#project.AddDefines('HELIX_FEATURE_AUDIO_CODEC_SIPRO')#project.AddDefines('HELIX_FEATURE_AUDIO_CODEC_TOKYO')#project.AddDefines('HELIX_FEATURE_AUDIO_CODEC_28_8')#project.AddDefines('HELIX_FEATURE_AUDIO_CODEC_14_4')#project.AddDefines('HELIX_FEATURE_AUDIO_CODEC_O5_6')#project.AddDefines('HELIX_FEATURE_AUDIO_CODEC_INTERLEAVE_ALL')project.AddDefines('HELIX_FEATURE_AUDIO_MPA_LAYER3')project.AddDefines('HELIX_FEATURE_VIDEO_REAL')#project.AddDefines('HELIX_FEATURE_VIDEO_CODEC_RV10')project.AddDefines('HELIX_FEATURE_VIDEO_CODEC_RV20')project.AddDefines('HELIX_FEATURE_VIDEO_CODEC_RV30')project.AddDefines('HELIX_FEATURE_VIDEO_CODEC_RV40')#XXXEH- What is this? I guess it's RA-related, so keep it here (commented out):#project.AddDefines('HELIX_FEATURE_AUDIO_RALF')#project.AddDefines('HELIX_FEATURE_FULLGUID')#project.AddDefines('HELIX_FEATURE_PREFERENCES')#project.AddDefines('HELIX_FEATURE_LITEPREFS')
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -