[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-client-cvs
Subject:    [Client-cvs] core hxplay.cpp,1.185.2.13.2.17,1.185.2.13.2.18
From:       joeli () helixcommunity ! org
Date:       2012-02-09 3:37:54
[Download RAW message or body]

Update of /cvsroot/client/core
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv7549

Modified Files:
      Tag: hxclient_3_6_1_atlas
	hxplay.cpp 
Log Message:
Modified by: joeli@real.com
Date: 02/07/2012
Project: RealPlayer for Android Smartphones

Synopsis: CR: support changing font color for embedded subtitle in helix
per the LeTV team request, we need to support changing font color for the embedded \
subtitle display in helix. So add one new api for set the subtitle font color.

Files Added:
N/A

File Modified:
player/kit/android/Attic/PlayerDriver.cpp
player/kit/android/pub/Attic/HelixPlayer.h
client/include/hxcore.h
common/include/hxrendr.h
client/core/hxplay.cpp
client/core/pub/hxplay.h
datatype/text/renderer/Attic/insubtitlerend.cpp
datatype/text/renderer/Attic/insubtitlerend.h
video/sitelib/pub/platform/unix/miniandroidsite.h
video/sitelib/pub/platform/unix/Attic/andrsubtlsurf.h
video/sitelib/platform/unix/miniandroidsite.cpp
video/sitelib/platform/unix/Attic/andrsubtlsurf.cpp
 
 
Image Size and Heap Use impact (Client -Only):
None
 
Platforms and Profiles Affected:
Platform: hxclient_3_6_1_atlas
Profile: helix-client-android-full
 
Distribution Libraries Affected:
None

Distribution library impact and planned action:
None



Index: hxplay.cpp
===================================================================
RCS file: /cvsroot/client/core/hxplay.cpp,v
retrieving revision 1.185.2.13.2.17
retrieving revision 1.185.2.13.2.18
diff -u -d -r1.185.2.13.2.17 -r1.185.2.13.2.18
--- hxplay.cpp	25 Dec 2011 03:25:49 -0000	1.185.2.13.2.17
+++ hxplay.cpp	9 Feb 2012 03:27:49 -0000	1.185.2.13.2.18
@@ -14154,4 +14154,14 @@
     }
     return theErr;
 }
+
+STDMETHODIMP HXPlayer::SetSubtitleColor(UINT32 color)
+{
+    HX_RESULT theErr = HXR_FAIL;
+    if (m_pSubtitleRend)
+    {
+	theErr = ((IHXSubtitleRenderer *)m_pSubtitleRend)->SetSubtitleColor(color);
+    }
+    return theErr;
+}
 #endif


_______________________________________________
Client-cvs mailing list
Client-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/client-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic