开发者

How to use code inside #ifdef SHOUTCAST_METADATA

I am using code of "Matt Gallagher" for streaming player

and there are some code inside

    #ifdef SHOUTCAST_METADATA
//Code 

    #endif

The 开发者_JAVA技巧system is not able to go inside these blocks.

Now currently the code inside is not working.....the code just needed to get the name of the stream playing.

Please help


Add this at the top of the file w/that #ifdef:

#define SHOUTCAST_METADATA 1

Of course, you'll need to deal with any dependencies incurred; that code was compiled out for a reason.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜