Changeset 67695 in vbox for trunk/include/VBox
- Timestamp:
- Jun 29, 2017 12:38:38 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116526
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r67366 r67695 348 348 /** Signed or unsigned sample. */ 349 349 bool fSigned; 350 /** Number of audio channels. */ 351 uint8_t cChannels; 352 /** Sample frequency in Hertz (Hz). */ 353 uint32_t uHz; 350 354 /** Shift count used for faster calculation of various 351 355 * values, such as the alignment, bytes to samples and so on. … … 356 360 */ 357 361 uint8_t cShift; 358 /** Number of audio channels. */359 uint8_t cChannels;360 /** Sample frequency in Hertz (Hz). */361 uint32_t uHz;362 362 /** Whether the endianness is swapped or not. */ 363 363 bool fSwapEndian;
Note:
See TracChangeset
for help on using the changeset viewer.