mplay_session_name(numb)

From ENIGMA
Jump to navigation Jump to search

Description

Gets the name of the session with the given number. This routine can only be called after calling mplay_session_find

Parameters

Parameter Data Type Description
numb unsigned session number, 0 is the first session

Return Values

string: Returns the name of the given session.

Example Call

// demonstrates obtaining the name of a session
var name;
name = mplay_session_name(0);