Browse Source

cmAudioPort.h : cmApAudioPacket_t now has a cmTimeSpec_t timestamp.

master
kevin 11 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
     unsigned flags;          ///< kInterleavedApFl | kFloatApFl
60
     unsigned flags;          ///< kInterleavedApFl | kFloatApFl
61
     void*    audioBytesPtr;  ///< pointer to sample data
61
     void*    audioBytesPtr;  ///< pointer to sample data
62
     void*    userCbPtr;      ///< user defined value passed in cmApDeviceSetup()
62
     void*    userCbPtr;      ///< user defined value passed in cmApDeviceSetup()
63
+    cmTimeSpec_t timeStamp;  ///< Packet time stamp.
63
   }  cmApAudioPacket_t; 
64
   }  cmApAudioPacket_t; 
64
 
65
 
65
 
66
 

Loading…
Cancel
Save