Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

muroar_connect(3) [debian man page]

muroar_connect(3)					    muRoar Programmer's Manual						 muroar_connect(3)

NAME
muroar_connect - Opens a connection to a RoarAudio sound daemon SYNOPSIS
#include <muroar.h> muroar_t muroar_connect(const char * server, const char * name); DESCRIPTION
This function opens a connection to sound server supporting the RoarAudio protocol. PARAMETERS
server The address of the server to connect to. May be set to NULL to connect to the default server. name The name for the application. Should be set to some a string the user will recognize. For example use "OpenOffice Impress" not "soffice.bin" (process name). This can be set to NULL to use a generaic default string. However it is strongly recommented to set this to some useful string. RETURN VALUE
On success this call returns a file handle to a open connection. On error, MUROAR_HANDLE_INVALID is returned. BUGS
This function does currently not support DECnet (UNIX Sockets and IPv4 is supported). HISTORY
This function first appeared in muRoar version 0.1beta0. SEE ALSO
muroar_connect(3), muroar_quit(3), RoarAudio(7). muRoar April 2012 muroar_connect(3)

Check Out this Related Man Page

roar_simple_connect(3)					System Manager's Manual: RoarAudio				    roar_simple_connect(3)

NAME
roar_simple_connect, roar_simple_connect2 - Opens a connection to RoarAudio's sound server SYNOPSIS
#include <roaraudio.h> int roar_simple_connect (struct roar_connection * con, char * server, char * name); int roar_simple_connect2(struct roar_connection * con, char * server, char * name, int flags, uint_least32_t timeout); DESCRIPTION
This calls opens a connection to the RoarAudio's sound server. To disconnect use roar_disconnect(3). PARAMETERS
con The roar_connection object to be filled on success with all data needed for comunicating with the server. This is used by nearly all other functions. server The host or filename of the socket of the server. Should normaly be NULL to try default locations. name The name of this client. Should be the name of the player without any paths or filenames. flags Flags used to connect to the server. Currently only ROAR_ENUM_FLAG_NONE and ROAR_ENUM_FLAG_NONBLOCK are supported. ROAR_ENUM_FLAG_NONBLOCK disables some of the server location features. timeout Timeout for the connection. A value of zero means no timeout. Currently timeouts are not supported. RETURN VALUE
On success these calls return 0. On error, -1 is returned. EXAMPLES
FIXME SEE ALSO
roar_disconnect(3), libroar(7), RoarAudio(7). RoarAudio May 2011 roar_simple_connect(3)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

cant connect

ok the fact taht i cant even connect to the school UNIX server isnt good. thats where the project is. the server address is telnet://164.106.464.10 when i type it in and press enter a window pops up and it says Connecting to 164.106.464.10 then it just closes. doesnt say anything (or it... (6 Replies)
Discussion started by: Combat Form
6 Replies

2. BSD

X configuration

HEllo, I try to Launch OOO, but I have X configuration problem. I 'm searching in man pages but if someone can help me... Of course I set the DISPLAY as explain in the man page but with no more result: setenv DISPLAY myws:0 Thanks in advance (1 Reply)
Discussion started by: SoulCoder
1 Replies

3. UNIX for Dummies Questions & Answers

grafix and sound on Sparc CPU?

Hi, I'm new to this forum AND to UNIX and here are my questions: I have a Sun V480 server sitting here, and I would like to use it. Mainly just for education. Now, I would like to know if I can buy a videocard and a soundcard and install them on this machine? I have looked at som videocards, but... (1 Reply)
Discussion started by: hyperion
1 Replies

4. Programming

How to recognize that the server is currently unavailable?

hi all How to recognize that the server is currently unavailable? by programatically.give some example. am using fedora5 AMD cheers (2 Replies)
Discussion started by: munna_dude
2 Replies

5. UNIX for Dummies Questions & Answers

RHEL Internet connection

Hi all :) I got a problem that I need to solve here, its kinda confusing me. I got servers which is RHEL that its not supposed to connect to internet, but right now I want this server to connect to internet, so firewall and everything already open. but I have no idea why it still unable to... (2 Replies)
Discussion started by: flekzout
2 Replies

6. UNIX for Dummies Questions & Answers

Why i cannot execute remotely soffice with this new user ?

Hi, I would like to remotely execute soffice with different users on a remote machine. Basically I am connected to the machineA as user John. I would like to execute several soffice to the remote machineB. The remote machine B has different users R,S on the same group. I can launch remotely... (12 Replies)
Discussion started by: Robert2011
12 Replies