Basic instructions needed

View: New views
3 Messages — Rating Filter:   Alert me  

Basic instructions needed

by neil_641 :: Rate this Message:

| View Threaded | Show Only this Message

I have just started writing C programs, incorporating xine-devel.

I need some tutorial introduction to xine-devel calls. Some thing on the lines of  a "Hellow World\n", kind of program. I know basic Xlib calls.

I would appreciate if any pointer is provided.

-Thanks in advance.

Re: Basic instructions needed

by Jason Tackaberry :: Rate this Message:

| View Threaded | Show Only this Message

On Tue, 2005-12-20 at 08:07 -0800, neil_641 (sent by Nabble.com) wrote:
> I need some tutorial introduction to xine-devel calls. Some thing on
> the lines of  a "Hellow World\n", kind of program. I know basic Xlib
> calls.

The online docs have a simple example using xine-lib to create a basic
player that should get you started:

   http://www.xinehq.de/index.php/hackersguide#AEN80

The rest of that page overviews xine's architecture.

Cheers,
Jason.


signature.asc (237 bytes) Download Attachment

Re: Basic instructions needed

by neil_641 :: Rate this Message:

| View Threaded | Show Only this Message

Thanks Jason,

This is exactly what I was looking for.  Appreciate your help.

-Neil