Changeset 68850 in vbox for trunk/src/VBox/Main/include/ConsoleImpl.h
- Timestamp:
- Sep 25, 2017 10:49:29 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118104
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r68798 r68850 140 140 #ifdef VBOX_WITH_AUDIO_VIDEOREC 141 141 AudioVideoRec *i_audioVideoRecGet() const { return mAudioVideoRec; } 142 HRESULT i_audioVideoRecSendAudio(const void *pvData, size_t cbData, uint64_t u TimestampMs);142 HRESULT i_audioVideoRecSendAudio(const void *pvData, size_t cbData, uint64_t uDurationMs); 143 143 #endif 144 144
Note:
See TracChangeset
for help on using the changeset viewer.