Nut/OS  4.10.3
API Reference
_HXDCB Struct Reference
Collaboration diagram for _HXDCB:

Data Fields

int dcb_pbstat
 Playback status.
uint32_t dcb_scmd
 Requested command flags, see HXREQ_ flags.
int dcb_rvol
 Volume of right channel.
int dcb_lvol
 Volume of left channel.
uint32_t dcb_pbwlo
 Playback buffer low watermark.
uint32_t dcb_pbwhi
 Playback buffer high watermark.
uint32_t dcb_wtmo
 Write timeout.
HANDLE dcb_bufque
 Buffer change event.
HANDLE dcb_feedme
 Decoder hungry event.

Detailed Description

Definition at line 128 of file hxcodec.c.


Field Documentation

Playback status.

Definition at line 129 of file hxcodec.c.

Referenced by FeederThread().

Requested command flags, see HXREQ_ flags.

Definition at line 130 of file hxcodec.c.

Referenced by FeederThread().

Volume of right channel.

Definition at line 131 of file hxcodec.c.

Referenced by FeederThread().

Volume of left channel.

Definition at line 132 of file hxcodec.c.

Referenced by FeederThread().

Playback buffer low watermark.

Definition at line 133 of file hxcodec.c.

Playback buffer high watermark.

Definition at line 134 of file hxcodec.c.

Referenced by FeederThread().

Write timeout.

Definition at line 135 of file hxcodec.c.

Buffer change event.

Definition at line 136 of file hxcodec.c.

Referenced by FeederThread().

Decoder hungry event.

Definition at line 137 of file hxcodec.c.

Referenced by FeederThread().


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