mcal_event_set_class

mcal_event_set_class -- Sets the class of the streams global event structure

Description

int mcal_event_set_class(int stream, int class);

mcal_event_set_class() sets the streams global event structure's class to the given value. The class is either 0 for public, or 1 for private.

Returns true.