playerc_log_t Struct Reference
Log proxy data. More...
#include <playerc.h>
Collaboration diagram for playerc_log_t:

Detailed Description
Log proxy data.
Public Attributes | |
| playerc_device_t | info |
| Device info; must be at the start of all device structures. | |
| int | type |
| What kind of log device is this? | |
| int | state |
| Is logging/playback enabled? | |
Member Data Documentation
◆ state
| int playerc_log_t::state |
Is logging/playback enabled?
Call playerc_log_get_state() to fill it.
◆ type
| int playerc_log_t::type |
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.
The documentation for this struct was generated from the following file:

