- Timestamp:
- Jun 16, 2017 2:06:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r67441 r67443 2073 2073 /** 2074 2074 * Dumps (raw) PCM audio data into a file by appending. 2075 * Every driver instance will have an own prefix to not introduce writing races. 2075 2076 * 2076 * @returns IPRT status code. 2077 * @param pThis Driver inststance. 2077 * @param pThis Driver instance. 2078 2078 * @param pszPath Path name to save file to. The path must exist. 2079 * @param psz FileNameFile name suffix to use.2079 * @param pszSuffix File name suffix to use. 2080 2080 * @param pvData Pointer to PCM data to dump. 2081 2081 * @param cbData Size (in bytes) of PCM data to dump.
Note:
See TracChangeset
for help on using the changeset viewer.