playerc_log_t Struct Reference
[log]

#include <playerc.h>

Collaboration diagram for playerc_log_t:

List of all members.


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? Either PLAYER_LOG_TYPE_READ or PLAYER_LOG_TYPE_WRITE.
int state
 Is logging/playback enabled? Call playerc_log_get_state() to fill it.

Member Data Documentation

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.

Referenced by PlayerCc::LogProxy::GetType().

Is logging/playback enabled? Call playerc_log_get_state() to fill it.

Referenced by PlayerCc::LogProxy::GetState().


The documentation for this struct was generated from the following file:

Last updated 12 September 2005 21:38:45