mm_player_connect()

Connect to mm-player.

Synopsis:

#include <mmplayer/mmplayerclient.h>
 
mmplayer_hdl_t* mm_player_connect( int flags )

Arguments:

flags
Reserved for future use

Library:

mmplayerclient

Description:

Connect to mm-player. You must call this function before any other API functions. This function returns an mm-player handle, which is needed in all other function calls.

Returns:

A valid handle on success, NULL on failure (errno is set)