FlexLib
|
Public Member Functions | |
DAXIQStream (Radio radio) | |
void | Close () |
void | StatusUpdate (string s) |
![]() | |
RXAudioStream (Radio radio) | |
delegate void | DataReadyEventHandler (RXAudioStream rxAudioStream, float[] rx_data) |
Properties | |
int | DAXIQChannel [get] |
Panadapter | Pan [get] |
int | SampleRate [get, set] |
bool | IsActive [get, set] |
Indicates that data is expected to stream for this IQ Client. This may not be the case when there is another DAX client connected to the same radio and bound to the same GUI Client with this channel enabled. More... | |
![]() | |
uint | ClientHandle [get, set] |
bool | RadioAck [get] |
uint | StreamID [get] |
double | BytesPerSecFromRadio [get, set] |
int | ErrorCount [get, set] |
int | TotalCount [get, set] |
Additional Inherited Members | |
![]() | |
Object | OpusRXListLockObj = new Object() |
double | LastOpusTimestampConsumed = 0 |
SortedList< double, VitaOpusDataPacket > | _opusRXList = new SortedList<double, VitaOpusDataPacket>() |
![]() | |
void | UpdateRXRate () |
![]() | |
Radio | _radio |
uint | _clientHandle |
bool | _closing = false |
bool | _radioAck = false |
uint | _streamId |
bool | _shouldApplyRxGainScalar = false |
float | _rxGainScalar = 1.0f |
![]() | |
DataReadyEventHandler | DataReady |
Flex.Smoothlake.FlexLib.DAXIQStream.DAXIQStream | ( | Radio | radio | ) |
void Flex.Smoothlake.FlexLib.DAXIQStream.Close | ( | ) |
void Flex.Smoothlake.FlexLib.DAXIQStream.StatusUpdate | ( | string | s | ) |
|
get |
|
getset |
Indicates that data is expected to stream for this IQ Client. This may not be the case when there is another DAX client connected to the same radio and bound to the same GUI Client with this channel enabled.
|
get |
|
getset |