Structure indicating the status of the virtual stream.
More...
Structure indicating the status of the virtual stream.
◆ vStreamStatus_t
Data Fields |
uint32_t |
active: 1 |
Streaming active. |
uint32_t |
overflow: 1 |
Data buffer overflow (cleared on GetStatus) |
uint32_t |
underflow: 1 |
Data buffer underflow (cleared on GetStatus) |
uint32_t |
eos: 1 |
End Of Stream (cleared on GetStatus) |
uint32_t |
reserved: 28 |
|