Functions | |
| ASX32_API ASX_ERROR | ASX_CobranetRx_GetStatus (ASX_HANDLE hCobranetRx, unsigned int *pnStatus, unsigned int *pnDropouts, unsigned int *pnDelay, unsigned int nFormat[8]) |
| Gets a Cobranet receiver's status. | |
| ASX32_API ASX_ERROR | ASX_CobranetRx_GetBundle (ASX_HANDLE hCobranetRx, unsigned int *pnBundle) |
| Gets a Cobranet receiver's bundle. | |
| ASX32_API ASX_ERROR | ASX_CobranetRx_SetBundle (ASX_HANDLE hCobranetRx, const unsigned int nBundle) |
| Sets a Cobranet receiver's bundle. | |
| ASX32_API ASX_ERROR | ASX_CobranetRx_GetSourceMAC (ASX_HANDLE hCobranetRx, unsigned int *pdwMAC_MSBs, unsigned short *pwMAC_LSBs) |
| Gets a Cobranet receiver's source MAC address for private bundles. | |
| ASX32_API ASX_ERROR | ASX_CobranetRx_SetSourceMAC (ASX_HANDLE hCobranetRx, const unsigned int dwMAC_MSBs, const unsigned short wMAC_LSBs) |
| Sets a Cobranet receiver's source MAC address for private bundles. | |
| ASX32_API ASX_ERROR | ASX_CobranetRx_GetChannelMap (ASX_HANDLE hCobranetRx, unsigned int nMap[8]) |
| Gets a Cobranet receiver's channel mapping. | |
| ASX32_API ASX_ERROR | ASX_CobranetRx_SetChannelMap (ASX_HANDLE hCobranetRx, const unsigned int nMap[8]) |
| Sets a Cobranet receiver's channel mapping. | |
| ASX32_API ASX_ERROR | ASX_CobranetRx_GetMinimumDelay (ASX_HANDLE hCobranetRx, unsigned int *pnMinDelay) |
| Gets a Cobranet receiver's minimum delay. | |
| ASX32_API ASX_ERROR | ASX_CobranetRx_SetMinimumDelay (ASX_HANDLE hCobranetRx, const unsigned int nMinDelay) |
| Sets a Cobranet receiver's channel mapping. | |
|
||||||||||||
|
Gets a Cobranet receiver's bundle.
|
|
||||||||||||
|
Gets a Cobranet receiver's channel mapping.
|
|
||||||||||||
|
Gets a Cobranet receiver's minimum delay.
|
|
||||||||||||||||
|
Gets a Cobranet receiver's source MAC address for private bundles.
|
|
||||||||||||||||||||||||
|
Gets a Cobranet receiver's status. This function reads SNMP variables rxStatus, rxDropouts, rxDelay and rxSubFormat.
|
|
||||||||||||
|
Sets a Cobranet receiver's bundle.
|
|
||||||||||||
|
Sets a Cobranet receiver's channel mapping.
|
|
||||||||||||
|
Sets a Cobranet receiver's channel mapping. Selects a minimum additional delay imposed on the received audio. Delay is expressed in units of isochronous cycles (1-1/3ms for standard 5-1/3ms latency mode, 2/3ms for 2-2/3ms latency mode and 1/3ms for 1-1/3ms latency mode). This variable is designed to allow configuration of a deterministic common delay for all Cobranet interfaces in larger network installations. rxDelay will never be reduced below this setting. This variable is not designed for actively delaying audio for architectural applications.
|
|
||||||||||||||||
|
Sets a Cobranet receiver's source MAC address for private bundles.
|
1.4.6-NO