Changeset 76858 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jan 17, 2019 1:52:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp
r76857 r76858 928 928 * 929 929 * @return IPRT status code. 930 * @param pProps P ointer to PCM properties to convert.931 * @param pCfg Pointer to audio stream configuration to store result into.930 * @param pProps PCM properties to convert. 931 * @param pCfg Stream configuration to store result into. 932 932 */ 933 933 int DrvAudioHlpPCMPropsToStreamCfg(const PPDMAUDIOPCMPROPS pProps, PPDMAUDIOSTREAMCFG pCfg) … … 945 945 * Initializes a stream configuration with its default values. 946 946 * 947 * @param pCfg Pointer to streamto initialize.947 * @param pCfg Stream configuration to initialize. 948 948 */ 949 949 void DrvAudioHlpStreamCfgInit(PPDMAUDIOSTREAMCFG pCfg)
Note:
See TracChangeset
for help on using the changeset viewer.