Browse Source

cmAudioPort.h : cmApAudioPacket_t now has a cmTimeSpec_t timestamp.

master
kevin 10 years ago
parent
commit
e67d8f7ea5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      cmAudioPort.h

+ 1
- 0
cmAudioPort.h View File

@@ -60,6 +60,7 @@ extern "C" {
60 60
     unsigned flags;          ///< kInterleavedApFl | kFloatApFl
61 61
     void*    audioBytesPtr;  ///< pointer to sample data
62 62
     void*    userCbPtr;      ///< user defined value passed in cmApDeviceSetup()
63
+    cmTimeSpec_t timeStamp;  ///< Packet time stamp.
63 64
   }  cmApAudioPacket_t; 
64 65
 
65 66
 

Loading…
Cancel
Save