Answer Questions
djang Audio-software Development with DirectX 10
I wish to develop an audio software (like winamp, jet-audio etc) using Direct X 10. Dear experts, what do you suggest about this Should or should not I go with this Please tell in detail regarding your suggestion. Thanks Well, which API you'll want to use probably depends on what exactly your application is going to do. For instance, if you're looking to write an application that does playback of audio files, you could consider using Media Foundation for this. I'll say that this forum is primarily about Media Foundation, which is the new multimedia platform for Windows Vista. So if your application is going to need to run on earlier OSes, you'll probably need to use a legacy platform (like DirectShow), in which case your ...Show All
Sqnyy A couple of flyout questions
I know that the flyout can't fire unless the gadget has focus. I want to make a gadget launch a reminder at certain times, I have a less conveniant fallback method, but I'd prefer to get focus on the gadget first. Does anyone know of a workaround Secondly, is it possible to launch a flyout whilst keeping focus of an input box on the Gadget I want to use the flyout as a little helper window to aid the user input. Andy Thanks Jonathan, Didn't realise I had to use a timer. I had tried self.focus() but it didn't work... now i know why :) Andy E Bug#12 on the known bugs list ! Use "focus()" to set focus, ie "self.focus()" to put focus on the current code, or &quo ...Show All
Me_Alpy Multiplexing??
Hi Folks I've been a Scenarist author for sometime and now want to jump into HD-DVD authoring. Was wondering where to find a third party multiplexing tools once the programming is done Thanks - I'm sure this is the first of many posts here! Eric Scenarist HD will do multiplexing and formatting: http://www.sonic.com/products/Professional/Scenarist/features.aspx You can create and simulate interactive content on a PC with the Jumpstart package, but you can't create a real disc without a multiplexer and formatter / burner / replicator / etc. I don't know what The Elephant's Dream was multiplexed with; sorry. (Also, please be careful with your newlines... the forums don't truncate ...Show All
Enlikil advanced video not playing
Hope someone can answer this one: I have successfully played an hd dvd project from a dvd which was authored and multiplexed using scenarist standard content. But now when I try to play a simple project which was multiplexed using scen. advanced content the Toshiba player throws a 4094C502 error which is a PAL/NTSC error. the files I burn are: In the ADV_OBJ map: DISCID.DAT VPLST000.XPL < xml version="1.0" encoding="UTF-8" > <Playlist xmlns=" http://www.dvdforum.org/2005/HDDVDVideo/Playlist " majorVersion="1" minorVersion="0"> <Configuration> <StreamingBuffer size="0"/> <Aperture size="1920x1080"/> <MainVideoDefaultColor color="108080"/> & ...Show All
Thilakavathy Question about Beta 11 and the total time/Gigs of music
With Beta 11, I cannot tell how much time a single cd has on it, or the total time in my library altogether. That was one thing I loved about version 10. Is there something I am missing Also, I was hoping you could tell me how I can see how many gigs I have. I had 13 total on version 10 and now I can't tell how much I have at all and it would be reassuring to me to know that all of it is still there on version 11. Thanks for your time, WatchfulEye Try posting here: http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx dg=microsoft.public.windowsmedia.player&lang=en&cr=US This forum is for questions about Media Foundation, the new multimedia pla ...Show All
Sergio.Rykov I can't send event from ProcessOutput() of MFT
I'm trying to send event from ProcessOutput() of MFT but downstream MFT of ProcessEvent() or Stream Sink of IMFStreamSink::PlaceMarker() couldn't receive it. my MFT's ProcessOutput() pEvents member of the MFT_OUTPUT_DATA_BUFFER structure always comes with NULL is this ok Since pEvents are NULL I'm creating IMFCollection by myself using MFCreateCollection() is this ok At last I'm adding event to collection. Thanks. kasumi Why can't just fix EVR to forward the event to the application if EVR forward event it make application to be much simple. I found bug in my MFT and now I can see event passing down to sink. Using my fileSink, event will passed ...Show All
Larry Smith53314 We're sorry but we won't be able to host your submission ?
Hi i just got this email can anyone tell me why ps its still there http://gallery.live.com/liveItemDetail.aspx li=7e4ba3f8-29db-42db-8fb5-2ba61e67c08c&l=1 Hello, We're sorry but we won't be able to host your submission of BBC Radio Player on the Windows Live Gallery website. There was a problem and we need to ask you to resubmit it. We hope you'll give it another shot - just modify your submission, send it back to us, and we'll take another look. If you have any questions or comments, please send them through the support link on the gallery website. This is an unmonitored mailbox, please do not reply to this email directly. Sincerely, The Windows Live Gallery Team Hi Tom (and ...Show All
Pekuja This is not a valid gadget package!! grr!
hey, So i finished creating my gadget, i use winzip to zip it up to mygadget.gadget and then double click to install... However it just says: This is not a valid gadget package The gadget works if i move the folder to the windows gadget directory! Does anyone know how to fix this problem Regards There ISNT though!! Every *file in every* directory is atleast 1kb or more!! :S Hi nickwilliams , This could be the same problem i'm having I made a gadget -- submited it to gallery, and they accepted it, it worked fine, 100 people downloaded it. I then decided to update it a little, all i added was the following line in the code.js file: System.Gadget.background = "url(bgB.png)& ...Show All
Prof Bruce Eventhandler "controller_key_down"
Hi, i have a problem with the eventhanlder "controller_key_down". I write following function, but when i press the Key "1" nothing happen. I also tryed other keys, but it doesnt work. Can someone help me with this problem function handleEvent(evt) { switch (evt.key) { case VK_1: Player.playlist.titles["robots"].chapters[1].jump("00:00:00:00",false); break; } } application.addEventListener("controller_key_down",handleEvent,true); That did not solve the problem :/ edit: i have 4 files in my proect. main.xmu main.xsf main.js and VPTST000.xpl And I write it in the main.js an doesn't define anything at an ...Show All
scottm87 Need a HD DVD-R recorder asap..what are the options?
Do I have to go to replication to get a 15G disc Also Peter you are a very good speaker...I went in to work today and figured out animation...but I always want to do more than the pixel buffer will allow me to do...I compressed to High quality jpegs and got a nice quality for a great compression. Dam you pixel buffer...or should I say Image decoder and frame buffer combined.. I am doing all my animation from script...Its easier I think. Toshiba announced one in Japan: http://www.avsforum.com/avs-vb/showthread.php p=8563892&&#post8563892 Toshiba and HP have announced external hd dvd drives. http://www.dailytech.com/article.aspx newsid=4395 Thanks, and thanks for coming! ...Show All
pretzelfisch Tee node and custom media source
I used the WavSource MediaSource example and I used it in topology using a tee node. When I do that, an errors occurs after starting the session (0x8000FFFF). If I dont use a tee node everything works fine. I tried setting the MF_TOPONODE_PRIMARYOUTPUT and MF_TOPONODE_DISCARDABLE but that did not change anything. Marc Looks like it's fixed in RC2. I just finished installing RC2 (5744) and it works now. Thanks for looking into it. Marc Why would you want a tee with only one output Sure, if you're willing, just send over your modified-basic-playback test application... That'll probably save us some iterations. I dont think it is a config ...Show All
Ancient Dragon world of warcraft realm status gadget?
i ve been looking around for a gadget like this for awhile. here is the page that shows the realm status here if anyone has any idea on how to make it let me know i will give it a try if its pretty simple. thanks for your time guys. sorry it wouldnt let me see that widget says i have to be a member to see the page when i tried to sign up it asks for a signup fee. here is a page from konblafulators page http://www.widgetgallery.com/view.php widget=39352 if there is already a gadget made that would be awesome but it wouldnt let me view that page :( Hey, i've made a few games stats gadgets now, if you give me a bit more detail i'd be happy to make something. If you coul ...Show All
Aknght No "Add Stuff" Link?
Hey, Following the SDK guidelines I went to the live.com page to try and add the sample gadget, but I can't find the "Add Stuff" link anywhere. What am I missing It should be in the left corner, right under the banner and above the tabs for your pages. You can also try the easy way to add your sample gadget by putting this in your addressbar: http://www.live.com/ add= MANIFEST-URL Change MANIFEST-URL in your gadget.xml That's really weird! Never had this experience... I can't imagine that IE6 is the problem, I'm sure you should be able to open www.live.com with FF. I'd suggest you contact support on this problem. http://support.live.com/eform.aspx productKey=wlcom& ...Show All
Kmartin Applicative mode (Styling)
Hello Everybody!!!! What I get from Spec is that the Applicative mode for styling uses an Xpath Expression to select the nodes. At each tick the style is re-initialised for the node and DOM tree can change.Thus, evaluated node set can change dynamically, thus a node may/maynot have applicative mode applied to it depending on the Xpath Evaluation. Is this understanding correct. 2) The Applicative mode is over-ridden by referential and inline style. What is the usage scenario for this mode Thanx in advance. "Referential mode" style changes/modifies/applies to the Loaded DOM. What does "applicative mode" changes/modifies/applies to a) LIVE DOM or b) the Loaded DOM Spec does not seem to be clear in this reg ...Show All
Steve from adzac About MFT_MESSAGE_SET_D3D_MANAGER.
Hi all! Please give me some pieces of advice on MFT_MESSAGE_SET_D3D_MANAGER. Although I set the MF_SA_D3D_AWARE in the argument at the GETAttributes(IMFAttributes** pAttribute) of myMFT, the MF didn't notify myMFT of MFT_MESSAGE_SET_D3D_MANAGER. I describe my testcode in the following. HRESULT myMFT::GetAttributes(IMFAttributes** pAttributes) { HRESULT hr = MFCreateAttributes(pAttributes, 1); if( SUCCEEDED(hr) ) { hr = (*pAttributes)->SetUINT32(MF_SA_D3D_AWARE, TRUE); } return hr; } Of course the category of myMFT is VIDEO_DECODER and myMFT is connected to EVR directly. Please tell me the reason why the MF does not notify myMFT about MFT_MESSAGE_SET_D3D_MANAGER How can I get that message from the MF M ...Show All
