Changeset 68946 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 2, 2017 11:04:27 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118213
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r68944 r68946 212 212 VIDEORECFEATURES i_videoCaptureGetEnabled(void); 213 213 bool i_videoCaptureStarted(void); 214 # ifdef VBOX_WITH_AUDIO_VIDEOREC 214 215 int i_videoCaptureConfigureAudioDriver(const Utf8Str& strAdapter, unsigned uInstance, unsigned uLun, bool fAttach); 216 # endif 215 217 static DECLCALLBACK(int) i_videoCaptureConfigure(Display *pThis, PVIDEORECCFG pCfg, bool fAttachDetach); 216 218 int i_videoCaptureSendAudio(const void *pvData, size_t cbData, uint64_t uDurationMs);
Note:
See TracChangeset
for help on using the changeset viewer.