javaclient.structures
Class PlayerDeviceDriverInfo
java.lang.Object
javaclient.structures.PlayerDeviceDriverInfo
public class PlayerDeviceDriverInfo
- extends java.lang.Object
To get a name, set the subtype to PLAYER_PLAYER_DRIVERINFO_REQ and set the id field. Player
will return the driver info.
(see the player_device_driverinfo structure from player.h)
- Version:
- v1.6.3 - Player 1.6.3 (all interfaces) supported
- v1.6.2 - Player 1.6.2 supported, Javadoc documentation, several bugfixes
- v1.5a - Player 1.5 supported (most popular devices)
- Author:
- Maxim A. Batalin & Radu Bogdan Rusu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlayerDeviceDriverInfo
public PlayerDeviceDriverInfo()
getDevID
public PlayerDeviceIdT getDevID()
- Returns:
- the device identifier
setDevID
public void setDevID(PlayerDeviceIdT newdevid)
- Parameters:
newdevid
- device identifier
getDriverName
public java.lang.String getDriverName()
- Returns:
- the driver name
setDriverName
public void setDriverName(java.lang.String newdrivername)
- Parameters:
newdrivername
- driver name