libplayerdrivers
Detailed Description
Library of standard Player driversThis library contains all the drivers that were built during the Player installation. The contents will vary from system to system, depending on which drivers' prerequisites are satisfied and which options are supplied by the user to the configure script.See Installation for configure options to enable and disable compilation of particular drivers.
Modules | |
Drivers | |
void | player_register_drivers () |
Function Documentation
void player_register_drivers | ( | ) |
Register available driversThis function adds each driver that is included in libplayerdrivers to the global driverTable. From there, the drivers can be instantiated and bound to interfaces. If you use libplayerdrivers, you should call this function during program intialization.