Changeset 5504:ff89becc47ab in roaraudio for include


Ignore:
Timestamp:
05/15/12 14:19:08 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added support for AutoAppSched? to the plugin container.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/plugincontainer.h

    r5488 r5504  
    118118int roar_plugincontainer_unref(struct roar_plugincontainer * cont); 
    119119 
     120/* Set Autoappsched. 
     121 * If set the INIT and FREE appsched events are send automatically. 
     122 */ 
     123int roar_plugincontainer_set_autoappsched(struct roar_plugincontainer * cont, int val); 
     124 
    120125/* Set callbacks. 
    121126 */ 
Note: See TracChangeset for help on using the changeset viewer.