Changeset 68946 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 2, 2017 11:04:27 AM (7 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 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); -
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r68944 r68946 2417 2417 } 2418 2418 2419 #ifdef VBOX_WITH_AUDIO_VIDEOREC 2419 2420 /** 2420 2421 * Configures the video recording audio driver in CFGM. … … 2490 2491 return VINF_SUCCESS; 2491 2492 } 2493 #endif 2492 2494 2493 2495 /**
Note:
See TracChangeset
for help on using the changeset viewer.