Sponsored Content
Full Discussion: good mp3 player for linux
Top Forums UNIX for Dummies Questions & Answers good mp3 player for linux Post 302068871 by jurrien on Tuesday 21st of March 2006 11:19:50 AM
Old 03-21-2006
reborg: I thank you for it.
i will try it atleast.

Last edited by jurrien; 03-21-2006 at 12:29 PM..
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

I Need A Player For Linux.

Which video player do i need for red hat 7 and how do i run it? (2 Replies)
Discussion started by: IMOTEB
2 Replies

2. Linux

how to download a free mp3 player for linux

Does anyone of you have the links to a site where you can download a mp3 player for linux(fedora 1). :D (3 Replies)
Discussion started by: wojtyla
3 Replies

3. OS X (Apple)

osx mp3 player help

Hey UNIX Saviors, I am not very familiar with unix commands so I need some detailed help please. I have a RCA Lyra MP3 player that is supposed to work as a drag and drop external drive when transferring my MP3's. In OSX, the problem is that when I delete the MP3 from the mounted drive it... (1 Reply)
Discussion started by: eideas
1 Replies

4. Shell Programming and Scripting

Media Player Under Linux - Girl in Need

Hello Everybody, First to introduce myself, I am a total beginner to the linux scene. I'm am running it on my second desktop and so far I love it, even though it can be frustrating. Anyway... my first problem. I like to watch movies on xxxxxx on my windows box, but so far I haven't been... (1 Reply)
Discussion started by: EricaMae999
1 Replies

5. UNIX for Dummies Questions & Answers

Which player to install on Linux

Hi All, I am very new to Linux... I have just installed Red hat Linux 5.. Can anybody pls tell me the way to install different players.... (1 Reply)
Discussion started by: kunalpatil09
1 Replies

6. Linux

Unable to install VLC media player or any other player in SL 6.3 distro

Hi, I am unable to install VLC or any other media players in my SL 6.3 distro. I am using yum utility to install the packages, but i am getting the below error messages, --> Processing Dependency: libpng15.so.15()(64bit) for package: vlc-core-2.0.3-1.fc18.x86_64 --> Processing... (1 Reply)
Discussion started by: vel4ever
1 Replies
EVS_DISPATCH(3) 				    Corosync Cluster Engine Programmer's Manual 				   EVS_DISPATCH(3)

NAME
evs_dispatch - Dispatches callbacks from the EVS service SYNOPSIS
#include <corosync/evs.h> int evs_dispatch(evs_handle_t handle, evs_dispatch_t *dispatch_types); DESCRIPTION
The evs_dispatch function is used to dispatch configuration changes or messages from the extended virtual synchrony API. Each application may have several connections to the EVS API. Each application uses the handle argument to uniquely identify the connec- tion. The dispatch_types argument is used to identify the type of dispatch to execute. The possible types are defined by the structure: typedef enum { EVS_DISPATCH_ONE, EVS_DISPATCH_ALL, EVS_DISPATCH_BLOCKING } evs_dispatch_t; The dispatch values have the following meanings: EVS_DISPATCH_ONE Dispatch atleast one callback, blocking until the callback is dispatched. EVS_DISPATCH_ALL Dispatch all waiting callbacks without blocking to wait for any callbacks. EVS_DISPATCH_BLOCKING Dispatch all callbacks blocking indefinately. This is used in a threaded program where a thread is created, and then evs_dispatch() is called immediately from the created thread to execute callbacks. RETURN VALUE
This call returns the EVS_OK value if successful, otherwise an error is returned. ERRORS
The errors are undocumented. SEE ALSO
evs_overview(8), evs_initialize(3), evs_finalize(3), evs_fd_get(3), evs_join(3), evs_leave(3), evs_mcast_joined(3), evs_mcast_groups(3), evs_mmembership_get(3) evs_context_get(3) evs_context_set(3) corosync Man Page 2004-08-31 EVS_DISPATCH(3)
All times are GMT -4. The time now is 10:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy