Dante Application Library API
Public Attributes | List of all members
Audinate::DAL::AudioTransferParameters Class Reference

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.
 

Detailed Description

Parameters of an audio transfer event.

These values can change with each audio transfer.


The documentation for this class was generated from the following file: