Changeset 88534 in vbox for trunk/include/VBox
- Timestamp:
- Apr 15, 2021 12:16:56 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143810
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88464 r88534 437 437 /** The backend's friendly name. */ 438 438 char szName[32]; 439 /** Size (in bytes) of the host backend's audio output stream structure. */440 size_t cbStreamOut;441 /** Size (in bytes) of the host backend's audio input stream structure. */442 size_t cbStreamIn;439 /** The size of the backend specific stream data (in bytes). */ 440 uint32_t cbStream; 441 /** Flags, MBZ. */ 442 uint32_t fFlags; 443 443 /** Number of concurrent output (playback) streams supported on the host. 444 444 * UINT32_MAX for unlimited concurrent streams, 0 if no concurrent input streams are supported. */ … … 1202 1202 1203 1203 /** PDMIAUDIOCONNECTOR interface ID. */ 1204 #define PDMIAUDIOCONNECTOR_IID " 122511ca-deb3-4630-ad31-ade9f3177df4"1204 #define PDMIAUDIOCONNECTOR_IID "473a3a3c-cda9-454c-90f9-63751320e62a" 1205 1205 1206 1206 … … 1362 1362 1363 1363 /** PDMIHOSTAUDIO interface ID. */ 1364 #define PDMIHOSTAUDIO_IID " cf04d235-2af6-4921-8323-a0f85c5cf96b"1364 #define PDMIHOSTAUDIO_IID "71b1dcc3-46d7-4c27-a76a-63cd229adb74" 1365 1365 1366 1366
Note:
See TracChangeset
for help on using the changeset viewer.