Changeset 65056 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jan 3, 2017 10:16:46 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112558
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp
r65016 r65056 805 805 806 806 /** 807 * Returns @ true if there are any audio samples available for processing,808 * @ false if not.809 * 810 * @return bool @ true if there are any audio samples available for processing, @false if not.807 * Returns @c true if there are any audio samples available for processing, 808 * @c false if not. 809 * 810 * @return bool @c true if there are any audio samples available for processing, @c false if not. 811 811 * @param pMixBuf Mixing buffer to return value for. 812 812 */ -
trunk/src/VBox/Devices/Audio/AudioMixer.cpp
r65017 r65056 1787 1787 * Returns whether a mixer stream currently is active (playing/recording) or not. 1788 1788 * 1789 * @returns @ true if playing/recording, @false if not.1789 * @returns @c true if playing/recording, @c false if not. 1790 1790 * @param pMixStream Mixer stream to return status for. 1791 1791 */ … … 1819 1819 * Returns whether a mixer stream is valid (e.g. initialized and in a working state) or not. 1820 1820 * 1821 * @returns @ true if valid, @false if not.1821 * @returns @c true if valid, @c false if not. 1822 1822 * @param pMixStream Mixer stream to return status for. 1823 1823 */ -
trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp
r65035 r65056 641 641 * 642 642 * @return IPRT status code. 643 * @return bool @ true for signed bits, @false for unsigned.643 * @return bool @c true for signed bits, @c false for unsigned. 644 644 * @param enmFmt Audio format to retrieve value for. 645 645 */ … … 764 764 * stream configuration. 765 765 * 766 * @returns @ true if equal, @false if not.766 * @returns @c true if equal, @c false if not. 767 767 * @param pProps PCM properties to compare. 768 768 * @param pCfg Stream configuration to compare. … … 811 811 * Checks whether two given PCM properties are equal. 812 812 * 813 * @returns @ true if equal, @false if not.813 * @returns @c true if equal, @c false if not. 814 814 * @param pProps1 First properties to compare. 815 815 * @param pProps2 Second properties to compare. … … 854 854 * Checks whether a given stream configuration is valid or not. 855 855 * 856 * Returns @ true if configuration is valid, @false if not.856 * Returns @c true if configuration is valid, @c false if not. 857 857 * @param pCfg Stream configuration to check. 858 858 */
Note:
See TracChangeset
for help on using the changeset viewer.