|
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
playerc_log_t Struct Reference |
Public Attributes | |
playerc_device_t | info |
int | type |
int | state |
|
Device info; must be at the start of all device structures. |
|
What kind of log device is this? Either PLAYER_LOG_TYPE_READ or PLAYER_LOG_TYPE_WRITE. Call playerc_log_get_state() to fill it. |
|
Is logging/playback enabled? Call playerc_log_get_state() to fill it. |