I need to get Artist/Ablum/Title information directly from .wma files on PPC.
Are there APIs/SDK for this purpose?

Best Regards,
Y.C. Wu

Re: How to get music infomtion from .wma file by Daqi

Daqi
Wed Jul 16 12:06:48 CDT 2008

Y.C. Wu wrote:
> I need to get Artist/Ablum/Title information directly from .wma files on PPC.
> Are there APIs/SDK for this purpose?
>
> Best Regards,
> Y.C. Wu

The WMA file is actually a container with one audio stream only of ASF
format. I've written a simple demo code of how to manipulate the data.
You can get it from my blog: www.peidaqi.com

Cheers,
Daqi

Re: How to get music infomtion from .wma file by YCWu

YCWu
Wed Jul 16 21:03:00 CDT 2008



"Daqi Pei" wrote:

> Y.C. Wu wrote:
> > I need to get Artist/Ablum/Title information directly from .wma files on PPC.
> > Are there APIs/SDK for this purpose?
> >
> > Best Regards,
> > Y.C. Wu
>
> The WMA file is actually a container with one audio stream only of ASF
> format. I've written a simple demo code of how to manipulate the data.
> You can get it from my blog: www.peidaqi.com
>
> Cheers,
> Daqi
>

Dear Daqi,

Thank you very very much, I'll try it

Best Regards,
Y.C. Wu