Changeset 87990 in vbox for trunk/include
- Timestamp:
- Mar 7, 2021 2:29:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r87849 r87990 682 682 /** Pointer to audio stream properties. */ 683 683 typedef PDMAUDIOPCMPROPS *PPDMAUDIOPCMPROPS; 684 /** Pointer to const audio stream properties. */ 685 typedef PDMAUDIOPCMPROPS const *PCPDMAUDIOPCMPROPS; 684 686 685 687 /** @name Macros for use with PDMAUDIOPCMPROPS … … 759 761 /** Pointer to audio stream configuration keeper. */ 760 762 typedef PDMAUDIOSTREAMCFG *PPDMAUDIOSTREAMCFG; 763 /** Pointer to a const audio stream configuration keeper. */ 764 typedef PDMAUDIOSTREAMCFG const *PCPDMAUDIOSTREAMCFG; 761 765 762 766 /** Converts (audio) frames to bytes. */
Note:
See TracChangeset
for help on using the changeset viewer.