Hi

Can someone please tell me how i can integrate video and audio playback in
my ppc03 application using .net cf?

Unfortunately, the .net cf doesn't support COM and i can't afford CFCOM

Anyone got an idea?

thanks,
peter

Re: How Video/Audio Playback? by Manuel

Manuel
Mon Dec 27 12:42:37 CST 2004

for audio playback:
PInvoke the sndPlaySound function in coredll.dll

video playback: no idea, sorry

You might find
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/PInvokeLib.asp
helpful, if you want more control over audio playback than sndPlaySound
offers

"Peter Reiter" <reiter_peter@gmx.at_NOSPAMHERE> schrieb im Newsbeitrag
news:OHAdlvD7EHA.2608@TK2MSFTNGP10.phx.gbl...
> Hi
>
> Can someone please tell me how i can integrate video and audio playback in
> my ppc03 application using .net cf?
>
> Unfortunately, the .net cf doesn't support COM and i can't afford CFCOM
>
> Anyone got an idea?
>
> thanks,
> peter
>



Re: How Video/Audio Playback? by Peter

Peter
Mon Dec 27 12:50:48 CST 2004

PlaySound can only play WAV-files.
But i need mp3 and wma


"Manuel Meitinger" <csaf2817@uibk.ac.at> wrote in message
news:41d0579f$1@sia.uibk.ac.at...
> for audio playback:
> PInvoke the sndPlaySound function in coredll.dll
>
> video playback: no idea, sorry
>
> You might find
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/PInvokeLib.asp
> helpful, if you want more control over audio playback than sndPlaySound
> offers
>
> "Peter Reiter" <reiter_peter@gmx.at_NOSPAMHERE> schrieb im Newsbeitrag
> news:OHAdlvD7EHA.2608@TK2MSFTNGP10.phx.gbl...
>> Hi
>>
>> Can someone please tell me how i can integrate video and audio playback
>> in my ppc03 application using .net cf?
>>
>> Unfortunately, the .net cf doesn't support COM and i can't afford CFCOM
>>
>> Anyone got an idea?
>>
>> thanks,
>> peter
>>
>
>



Re: How Video/Audio Playback? by Manuel

Manuel
Mon Dec 27 17:04:37 CST 2004

for mp3 have a look at
http://www.projectmayo.com/projects/detail.php?projectId=9
they're doing their own decoding (open-source, needs to be ported to CF,
however speed-considerations have to be made)

"Peter Reiter" <reiter_peter@gmx.at_NOSPAMHERE> schrieb im Newsbeitrag
news:%23kSkEUE7EHA.2012@TK2MSFTNGP15.phx.gbl...
> PlaySound can only play WAV-files.
> But i need mp3 and wma
>
>
> "Manuel Meitinger" <csaf2817@uibk.ac.at> wrote in message
> news:41d0579f$1@sia.uibk.ac.at...
>> for audio playback:
>> PInvoke the sndPlaySound function in coredll.dll
>>
>> video playback: no idea, sorry
>>
>> You might find
>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/PInvokeLib.asp
>> helpful, if you want more control over audio playback than sndPlaySound
>> offers
>>
>> "Peter Reiter" <reiter_peter@gmx.at_NOSPAMHERE> schrieb im Newsbeitrag
>> news:OHAdlvD7EHA.2608@TK2MSFTNGP10.phx.gbl...
>>> Hi
>>>
>>> Can someone please tell me how i can integrate video and audio playback
>>> in my ppc03 application using .net cf?
>>>
>>> Unfortunately, the .net cf doesn't support COM and i can't afford CFCOM
>>>
>>> Anyone got an idea?
>>>
>>> thanks,
>>> peter
>>>
>>
>>
>
>