Changeset 88300 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Mar 26, 2021 2:31:55 PM (4 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88298 r88300 1423 1423 * This function will be called from a backend to communicate with the host audio interface. 1424 1424 * 1425 * @returns IPRTstatus code.1425 * @returns VBox status code. 1426 1426 * @param pDrvIns Pointer to driver instance which called us. 1427 1427 * @param enmType Callback type. -
trunk/include/VBox/vmm/pdmaudioinline.h
r88269 r88300 248 248 * Initializes a stream configuration from PCM properties. 249 249 * 250 * @return IPRTstatus code.250 * @returns VBox status code. 251 251 * @param pCfg The stream configuration to initialize. 252 252 * @param pProps The PCM properties to use. … … 313 313 * Copies one stream configuration to another. 314 314 * 315 * @returns IPRTstatus code.315 * @returns VBox status code. 316 316 * @param pDstCfg The destination stream configuration. 317 317 * @param pSrcCfg The source stream configuration.
Note:
See TracChangeset
for help on using the changeset viewer.