Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Symbian Media (Graphics & Sounds) | Forum profile

Forum profile page for Symbian Media (Graphics & Sounds) on http://www.forum.nokia.com. This report page is the aggregated overview from a single forum: Symbian Media (Graphics & Sounds), located on the Message Board at http://www.forum.nokia.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Symbian Media (Graphics & Sounds)" on the Message Board at http://www.forum.nokia.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Nokia Developer Discussion Boards - Symbian Media (Graphics & Sounds) (site profile, domain info nokia.com)
Title: Symbian Media (Graphics & Sounds)
Url: http://discussion.forum.nokia.com/forum/forumdi...
Users activity: 22 posts per thread
Forum activity: 43 active threads during last week
 

Posting activity on Symbian Media (Graphics & Sounds):

  Week Month 3 Months
Threads: 43 145 375
Post: 109 330 830
 

Symbian Media (Graphics & Sounds) Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
sunitha.m13
9
user's latest post:
mp3 format is not playing
Published (2009-11-26 10:30:00)
Quote: Originally Posted by kiran10182 You do not require MultimediaDD capability. You can see this article where I am playing an .mp3 file. The article is for S60 5th edition Touch UI but it well illustrates how to play an .mp3 file. You can find a complete example at the end of the article. http://wiki.forum.nokia.com/index.ph..._Touch_UI_APIs it is palying only .wav & .amr files not playing for .mp3, .aud, .wma files is it like...
wizard_hu_
8
user's latest post:
mp3 format is not playing
Published (2009-11-25 14:47:00)
And if you really want to use CMdaAudioOutputStream, it requires some tricky, non-trivial configuration. Search for streaming mp3 using the Search box on the left. The relevant thread is on page #3, with 73 posts.
kiran10182
8
user's latest post:
Re: mp3 format is not playing -
Published (2009-11-26 11:22:00)
Quote: Originally Posted by vineet.jain i know kiran that we do not need this capability for playing a file or so, if you read my reply i was just asking sumit to clarify the statement of the need of capability to make an object. Sorry. I apologize. I should have interpreted it correctly.
sumit.rathi
8
user's latest post:
Re: mp3 format is not playing -
Published (2009-11-26 11:32:00)
Quote: Originally Posted by kiran10182 As said, you do not require that capability. To be more precise, SDK document says this: You do not require to set any priority just to play and audio file. Also MultimediaDD does not come in hand easily so it would be overkill if that capability is required just to play an audio file. You can also check on the OpenSigned Online page that you cannot sign your application if you have used MultimediaDD...
vineet.jain
7
user's latest post:
Re: mp3 format is not playing -
Published (2009-11-26 11:19:00)
i know kiran that we do not need this capability for playing a file or so, if you read my reply i was just asking sumit to clarify the statement of the need of capability to make an object.
symbianyucca
6
user's latest post:
how to play dtmf through aps?
Published (2009-11-25 04:07:00)
Basically AFAIK the DTMF is lot more than playing the audio, actually the sound you hear on your phone end is not the one playing in the other end, the tones are signaled (as specified by GSM standard) to the base stations and they are generating the tones in the receiving end. anyway, as with VoIP solutions you can not do the signinaling, you should propably consider making the DTMF sounds instead.
palringosymbian
5
user's latest post:
Reusing existing theme icons.
Published (2009-11-26 16:29:00)
Anyone? I am sure someone have used theme manager in the past.
leejx
5
user's latest post:
Data abortion occurs during...
Published (2009-11-26 05:22:00)
No body responds?
mahesh_labhe
4
user's latest post:
Need Help using...
Published (2009-11-20 05:29:00)
Quote: Originally Posted by vineet.jain try using CMdaAudioRecorderUtility::GetSupportedDestinationDataTypesL(), & see what it returns I am getting "Feature Not Supported" error on calling CMdaAudioRecorderUtility::GetSupportedDestinationDataTypesL(). My first suspicion was capabilities - but SDK documentation mentions no special capabilities requirement for this method usage. Another related observation. To rule out...
silviuccia
4
user's latest post:
Error E32USER - CBase 71
Published (2009-11-20 16:38:00)
Quote: Originally Posted by palringosymbian Add CleanupStack::Pop(tzConverter); //Cleanup tzServer CleanupStack::PopAndDestroy(); Make sure you delete tzConverter later on. thank you I try
 

Latest active threads on Symbian Media (Graphics & Sounds)::

Nokia Developer Discussion Boards
Started 5 days, 19 hours ago (2009-11-23 12:54:00)  by palringosymbian
Ok - I have read the document s60_avkon_skins_users_guide_v2_0_en.pdf. My container now creates CAknsBasicBackgroundControlContext instance for drawing themed background. This works fine now. The container also implements TTypeUid::Ptr MopSupplyObject(TTypeUid aId) function as described in the document. I still have a problem with loading themed icons. At the moment I am running everything on ...
Thread:  Show this thread (3 posts)   Thread info: Reusing existing theme icons. Size: 1,444 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Reusing existing theme icons. - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 3 days, 18 hours ago (2009-11-25 13:56:00)  by kiran10182
You should simply use CMdaAudioPlayerUtility API to play audio files. Search for the same keyword on Forum Nokia Wiki.
Thread:  Show this thread (26 posts)   Thread info: mp3 format is not playing Size: 184 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: mp3 format is not playing - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 2 days, 21 hours ago (2009-11-26 11:01:00)  by paipeng
Hello, I have noticed now, the problem exists only for a transparency background colour. I am using TRgb::SetAlpha(1) to set the background color with black, and in this way I can get a transparency background. But the CWindowGc::Clear() doesn't work well for transparency colour. Regards, Pai
Thread:  Show this thread (2 posts)   Thread info: Problem: redraw to the screen outside of applications framework Size: 471 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Problem: redraw to the screen outside of applications framework - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 4 days, 23 hours ago (2009-11-24 09:21:00)  by kedarm
In the N73, there is a 'close up' mode for taking images of objects between 10cm and 60cm away. Is it possible to get an API/dll/code that can allow you to access this close-up feature of the camera, so that as soon as the application starts, the camera starts (automatically) in this close up mode? Thanks for the help! Kedar
Thread:  Show this thread (3 posts)   Thread info: Macro mode in N73 Size: 434 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Macro mode in N73 - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 3 days, 1 hour ago (2009-11-26 07:41:00)  by sunitha.m13
any help please........
Thread:  Show this thread (2 posts)   Thread info: gettting stuck by clicking volume or pause keys Size: 80 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: gettting stuck by clicking volume or pause keys - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 3 weeks, 4 days ago (2009-11-03 10:54:00)  by symbianyucca
The problem is most propably caused by the fact that the thing defined to be added in pkg file's line 31 is not build, so check any build time errors. Anyway, if the mif file is not mentioned to be build in mmp file, you could do it manually and then add that file into the pkg file.
Thread:  Show this thread (6 posts)   Thread info: Error trying out the 'S60 Platform : Camera Example' Size: 356 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Error trying out the 'S60 Platform : Camera Example' - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 4 days, 1 hour ago (2009-11-25 07:12:00)  by leejx
I forgot to say that I used CImagedecoder to decode the image asynchronously.
Thread:  Show this thread (5 posts)   Thread info: Data abortion occurs during converting image,why? Size: 134 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Data abortion occurs during converting image,why? - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 3 days, 21 hours ago (2009-11-25 11:20:00)  by vineet.jain
can show your implementation of this function i.e.BufferToBeEmptied()
Thread:  Show this thread (5 posts)   Thread info: problem with full duplex example recording Size: 126 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: problem with full duplex example recording - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 3 days, 21 hours ago (2009-11-25 11:21:00)  by a.alsayed
Hi, All Now I face the same issue with Screen transitions but I want to enable it in my Application. Any one help me Pls. Thanks in advance.
Thread:  Show this thread (2 posts)   Thread info: Screen animated transitions on Nokia 5800 Size: 248 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Screen animated transitions on Nokia 5800 - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Nokia Developer Discussion Boards
Started 4 days, 19 hours ago (2009-11-24 13:16:00)  by nehasaxena
nobody knows how to do it? if yes then please reply.
Thread:  Show this thread (4 posts)   Thread info: how to play dtmf through aps? Size: 109 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: how to play dtmf through aps? - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
 

Hot threads for last week on Symbian Media (Graphics & Sounds)::

Symbian Media (Graphics & Sounds)
Started 3 days, 18 hours ago (2009-11-25 13:56:00)  by kiran10182
You should simply use CMdaAudioPlayerUtility API to play audio files. Search for the same keyword on Forum Nokia Wiki.
Thread:  Show this thread (26 posts)   Thread info: mp3 format is not playing Size: 184 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: mp3 format is not playing - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Symbian Media (Graphics & Sounds)
Started 1 week, 1 day ago (2009-11-20 14:38:00)  by palringosymbian
Quote: Originally Posted by silviuccia Hi, I have Error E32USER - CBase 71 when I press in my menù bar, in a particular options why?? I have this same problem when I move in other position my app (i ave 5800), only when screen is in a particular view ( the same that give me error when i press menu bar) thank you...
Thread:  Show this thread (7 posts)   Thread info: Error E32USER - CBase 71 Size: 2,028 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Error E32USER - CBase 71 - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Symbian Media (Graphics & Sounds)
Started 4 days, 17 hours ago (2009-11-24 15:01:00)  by RB_Sahu
check this link. http://discussion.forum.nokia.com/fo...ad.php?t=93 919
Thread:  Show this thread (6 posts)   Thread info: Displaying Animated Gif - CGif_Reader Size: 230 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Displaying Animated Gif - CGif_Reader - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Symbian Media (Graphics & Sounds)
Started 3 days, 21 hours ago (2009-11-25 11:20:00)  by vineet.jain
can show your implementation of this function i.e.BufferToBeEmptied()
Thread:  Show this thread (5 posts)   Thread info: problem with full duplex example recording Size: 126 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: problem with full duplex example recording - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Symbian Media (Graphics & Sounds)
Started 4 days, 1 hour ago (2009-11-25 07:12:00)  by leejx
I forgot to say that I used CImagedecoder to decode the image asynchronously.
Thread:  Show this thread (5 posts)   Thread info: Data abortion occurs during converting image,why? Size: 134 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Data abortion occurs during converting image,why? - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Symbian Media (Graphics & Sounds)
Started 4 days, 19 hours ago (2009-11-24 13:16:00)  by nehasaxena
nobody knows how to do it? if yes then please reply.
Thread:  Show this thread (4 posts)   Thread info: how to play dtmf through aps? Size: 109 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: how to play dtmf through aps? - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Symbian Media (Graphics & Sounds)
Started 1 week, 1 day ago (2009-11-20 10:48:00)  by RB_Sahu
check this thread, may be you get help. http://discussion.forum.nokia.com/fo...d.php?t=110 852
Thread:  Show this thread (3 posts)   Thread info: Transparent bmp Size: 254 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Transparent bmp - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Symbian Media (Graphics & Sounds)
Re: SVG problems - - 3 new posts
Started 6 days, 9 hours ago (2009-11-22 23:28:00)  by ltomuta
If the converter tool messes-up the images it must be because they depend on some SVG elements which are not supported and thus the phone will fail to render them as well. Go back to Inkscape and try to save the files as Plain SVG v1.1 then do convert them to SVGT using the provided tool. Before converting the SVG files to MIF send them to the phone first and see if they are correctly ...
Thread:  Show this thread (3 posts)   Thread info: [moved] SVG problems Size: 559 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SVG problems - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Symbian Media (Graphics & Sounds)
Started 5 days, 13 hours ago (2009-11-23 19:23:00)  by wizard_hu_
It is unseen what ShowMessageL attempts to do, but note that most GUI methods do not work from secondary threads. Notable exceptions are the CAknGlobalXy classes, like CAknGlobalNote or CAknGlobalMsgQuery.
Thread:  Show this thread (3 posts)   Thread info: Thread does't run Size: 262 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Thread does't run - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"
Symbian Media (Graphics & Sounds)
Started 5 days, 19 hours ago (2009-11-23 12:54:00)  by palringosymbian
Ok - I have read the document s60_avkon_skins_users_guide_v2_0_en.pdf. My container now creates CAknsBasicBackgroundControlContext instance for drawing themed background. This works fine now. The container also implements TTypeUid::Ptr MopSupplyObject(TTypeUid aId) function as described in the document. I still have a problem with loading themed icons. At the moment I am running everything on ...
Thread:  Show this thread (3 posts)   Thread info: Reusing existing theme icons. Size: 1,444 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Reusing existing theme icons. - :: Symbian Media (Graphics & Sounds) :: Nokia Developer Discussion Boards"

This page was found by:   CCameraAdvancedSettings  CMMFDevSoundSession::PlayError [0xfffffff6]   KTelephonyAudioOutput