Please enable JavaScript to view this site.

ezSuite for XStudio, DCS, & Maestro

The fixed length segment of an audit record includes information about when the event occurred, the type of event, the length of the event, and status of the event. The table describes the structure and field usage.

Field

Data Type (C)

Description

eventTime

time_t

The time the event occurred. "time_t" is Microsoft's C compiler v6.0A definition of the number of seconds since 00:00:00 January 1, 1970. It is a 4-byte signed integer.

txnType

auditTxnTypeEtyp

An enumerated type that describes the type of transaction. See the topic Transaction Types for details.

logTime

time_t

If applicable, the log time of the event. Otherwise, the value will be zero. "time_t" is Microsoft's C compiler v6.0A definition of the number of seconds since 00:00:00 January 1, 1970. It is a 4-byte signed integer.

length

long

The event length in centiseconds. A length of 30.05 seconds is expressed as 3005. If the event has no applicable length, the value will be zero.

status

audtTxnStatEtyp

An enumerated type that describes the status of the transaction. See the the topic Status Types for details.

seqNum

Byte

If the event relates to the play of a multi-cut cart, this field contains the cut rotation sequence number. Otherwise, the value will be zero.

The eventTime and logTime field values are stored by the audio delivery system based on the Pacific Time Zone. When calculating the actual event time and log time, the actual time zone in which the record was created by the audio delivery system needs to be taken into account in order to arrive at the correct date and time value.