Changeset 68322 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 7, 2017 3:25:11 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117443
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp
r68321 r68322 388 388 { 389 389 pSink->Con.WebM.pWebM = new WebMWriter(); 390 rc = pSink->Con.WebM.pWebM->Create("/tmp/acap.webm", RTFILE_O_CREATE_REPLACE | RTFILE_O_WRITE | RTFILE_O_DENY_WRITE, /** @todo Fix path! */ 390 rc = pSink->Con.WebM.pWebM->Create(VBOX_AUDIO_DEBUG_DUMP_PCM_DATA_PATH "DrvAudioVideoRec.webm", /** @todo Make this configurable. */ 391 RTFILE_O_CREATE_REPLACE | RTFILE_O_WRITE | RTFILE_O_DENY_WRITE, 391 392 WebMWriter::AudioCodec_Opus, WebMWriter::VideoCodec_None); 392 393 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.