|
Dante Application Library API
|
Parameters of an audio transfer event. More...
#include <Audio.hpp>
Public Attributes | |
| unsigned int | mNumPeriodsSkipped |
| How many periods of audio were skipped for the given transfer? | |
| unsigned int | mNumBytesSkipped |
| How many bytes of audio were skipped for the given transfer? | |
| unsigned int | mNumPeriodsAvailable |
| How many periods worth of audio is available for the given transfer? | |
| unsigned int | mNumBytesAvailable |
| How many samples of data is available for the given transfer? | |
| unsigned int | mAvailableDataOffsetInPeriods |
| What is the offset (in periods) from the start of the buffer to the 'available' data for this transfer. | |
| unsigned int | mAvailableDataOffsetInBytes |
| What is the offset (in bytes) from the start of the buffer to the 'available' data for this transfer. | |
Parameters of an audio transfer event.
These values can change with each audio transfer.
1.8.17