Hello Experts,

Forgive me if this is too simple, as I'm completely new to .net based Mobile
Application Development environment.

How can I record an audio file from my application? Also, where is the MSDN
documentation available for mobile application developer toolkit!?

Any comments/suggestions are welcome.

Thanks for reading,
Vicky

Re: Recording WAV file by Peter

Peter
Mon Jun 20 05:45:22 CDT 2005

Wave Audio can be recorded by utilising the native wavein* API calls. These
are wrapped in the OpenNETCF.Multimedia.Recorder class -
www.opennetcf.org/sdf/


Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net |
http://www.opennetcf.org

"vicky_vigia" <vicky_vigia@discussions.microsoft.com> wrote in message
news:EB911934-CF38-4373-8F70-4F2A3B19D697@microsoft.com...
> Hello Experts,
>
> Forgive me if this is too simple, as I'm completely new to .net based
> Mobile
> Application Development environment.
>
> How can I record an audio file from my application? Also, where is the
> MSDN
> documentation available for mobile application developer toolkit!?
>
> Any comments/suggestions are welcome.
>
> Thanks for reading,
> Vicky



Re: Recording WAV file by vickyvigia

vickyvigia
Mon Jun 20 10:45:26 CDT 2005

"Peter Foot [MVP]" wrote:

> Wave Audio can be recorded by utilising the native wavein* API calls. These
> are wrapped in the OpenNETCF.Multimedia.Recorder class -
> www.opennetcf.org/sdf/
>

Many thanks for your comment.
That means we cannot use Windows Media libraries on a pocketPC!? Can we use
DirectShow!? Where is the SDK documentation for Pp available!?

With Best Regards,
Vicky