MASTER
Appearance
This structure is used in the SpiDetermineSyncMaster call to identify the stream that will serve as the master clock for a synchronized group of streams.
typedef struct _MASTER {
HSTREAM hstreamMaster; /* Master stream handler. */
} MASTER;
typedef MASTER FAR * PMASTER ;
- Fields
- **hstreamMaster**: The handle of the stream that is designated as the master. This stream's playback or recording clock will be used to regulate the timing of all associated slave streams defined in a SLAVE structure.