Windows media Player v 11
Wed, 23 Jul 2008 12:17:13 -0700 (PDT)
Forgive me if this is an incredibly simple problem...I can use
Advanced Tag Editor with MP3 files but not with WAV files. I want to
add advanced tags to WAV files. Is there any way I can do so ? ...
|
StringBuilder empty size in IWMCredentialCallback::AcquireCredentials
Tue, 22 Jul 2008 00:27:08 -0700 (PDT)
Hi,
I am writing a C# program to push a source to a windows media server.
It all works fine, but I have problems with authentication. I have the
following signature for the IWMCredentialCallback interface:
[ComImport]
[Guid( "342e0eb7-e651-450c-975b-2ace2c90c48e" )]
[InterfaceType( ComInterfaceType.Int ...
|
How to create an autosave program to save every 1 min in a seperate
file
Mon, 21 Jul 2008 14:02:10 -0700 (PDT)
Hi,
I need to make a continuos running program (24/7)
that saves a file every 1 min without delay or loss in frames, can
the
windows media format really do that?, please tell me if iam using the
right
service?
please help me.
thank you
...
|
Why the memory increases quickly after WriteSample ?
Mon, 21 Jul 2008 05:25:29 -0700 (PDT)
hello,
I have problem in my codes. The following codes are for writing a
sample to asf file, it is
called repeatly.
m_pIWMWriter->AllocateSample(nBufferLen, &pNSSBuffer);
pNSSBuffer->GetBuffer(&pBufferDest);
CopyMemory(pBufferDest, pBuffer, nBufferLen);
m_pIWMWriter->WriteSample(nPort, dTime, 0, SSBuffer ...
|
set the uiMode as "none", but it does not work
Sun, 20 Jul 2008 19:00:17 -0700
Hi
I wanna to use windows media player API "put_uiMode" to change WMP's display
mode.
code is :
CComBSTR setUiMode("NONE");
hrr = m_spWMPPlayer->put_uiMode(setUiMode);
if (FAILMSG(hrr))
return 0;
hr = m_spWMPPlayer->put_URL(m_bstrValue);
but when I set mode is "none", which is meaning on ...
|
Moving video to another VB6 form
Mon, 21 Jul 2008 10:14:42 +1000
In my VB6 application, I am using the WindowsMediaPlayer control for playing
video files. The user may be previewing a video which is displayed in a
portion of the window on the main screen, but I want the user to be able to
click an option button to switch the video display to another VB6 form,
which will h ...
|
A few issues with WMESDK
Fri, 18 Jul 2008 09:10:01 -0700
For the last few days i've been working on an app that is able to stream live
content to a wmserver. I get to stream live content, audio and video, but i
can't add two important functionalities:
1.- PreView the material that is being encoded in mi app. I read the exaple
provided in the documentation, but it c ...
|
|
|
RegisterDeviceNotification for KSCATEGORY_AUDIO_DEVIC
Wed, 16 Jul 2008 08:36:45 -0700 (PDT)
It says KSCATEGORY_AUDIO_DEVICE class is reserved, but is there a
problem for registering for device notifications via
RegisterDeviceNotification?
I've also seen "Note that the SysAudio system driver reserves the
registry category KSCATEGORY_AUDIO_DEVICE exclusively for its virtual
audio devices. Adapter driv ...
|
Obtaining media duration using WMP SDK without windowing code
Tue, 15 Jul 2008 05:10:05 -0700
Hello,
I would like to obtain the duration of media files without actually
playing/rendering them.
I tried the following:
hr = CoCreateInstance(__uuidof(WindowsMediaPlayer), NULL,
CLSCTX_INPROC_SERVER, __uuidof(IWMPPlayer), (void **)&player);
hr = player->put_uiMode(L"invisible");
hr = playe ...
|
GetNextSample not returning all audio samples
Mon, 14 Jul 2008 14:17:16 -0700 (PDT)
I'm using a WMSyncReader to extract audio samples from wmv files. At
the end of each file the extraction is missing a small amount of audio
samples (in the centi second range). I verified the problem by
creating two files (lets call them A and B) each consisting of an asf
header and a number of packets. The pack ...
|