cmAudioPort.h : cmApAudioPacket_t now has a cmTimeSpec_t timestamp.
This commit is contained in:
parent
45361cd535
commit
e67d8f7ea5
@ -60,6 +60,7 @@ extern "C" {
|
||||
unsigned flags; ///< kInterleavedApFl | kFloatApFl
|
||||
void* audioBytesPtr; ///< pointer to sample data
|
||||
void* userCbPtr; ///< user defined value passed in cmApDeviceSetup()
|
||||
cmTimeSpec_t timeStamp; ///< Packet time stamp.
|
||||
} cmApAudioPacket_t;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user