Defines | |
| #define | HPI_SAMPLECLOCK_SOURCE_LOCAL 1 |
| The sampleclock output is derived from its local samplerate generator. | |
| #define | HPI_SAMPLECLOCK_SOURCE_ADAPTER 1 |
| #define | HPI_SAMPLECLOCK_SOURCE_AESEBU_SYNC 2 |
| The adapter is clocked from a dedicated AES/EBU SampleClock input. | |
| #define | HPI_SAMPLECLOCK_SOURCE_WORD 3 |
| From external wordclock connector. | |
| #define | HPI_SAMPLECLOCK_SOURCE_WORD_HEADER 4 |
| Board-to-board header. | |
| #define | HPI_SAMPLECLOCK_SOURCE_SMPTE 5 |
| FUTURE - SMPTE clock. | |
| #define | HPI_SAMPLECLOCK_SOURCE_AESEBU_INPUT 6 |
| One of the aesebu inputs. | |
| #define | HPI_SAMPLECLOCK_SOURCE_AESEBU_AUTO 7 |
| #define | HPI_SAMPLECLOCK_SOURCE_NETWORK 8 |
| From a network interface e.g. | |
| #define | HPI_SAMPLECLOCK_SOURCE_PREV_MODULE 10 |
| From previous adjacent module (ASI2416 only). | |
| #define | HPI_SAMPLECLOCK_SOURCE_LAST 10 |
|
|
The sampleclock output is derived from its local samplerate generator. The local samplerate may be set using HPI_SampleClock_SetLocalRate(). |
|
|
|
|
|
The adapter is clocked from a dedicated AES/EBU SampleClock input.
|
|
|
From external wordclock connector.
|
|
|
Board-to-board header.
|
|
|
FUTURE - SMPTE clock.
|
|
|
One of the aesebu inputs.
|
|
|
|
|
|
From a network interface e.g. Cobranet or Livewire at either 48 or 96kHz |
|
|
From previous adjacent module (ASI2416 only).
|
|
|
Update this if you add a new clock source. |
1.4.6-NO