VirtualBox

Changeset 65056 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Jan 3, 2017 10:16:46 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112558
Message:

Devices/Audio: doxygen fixes (s/@true/false / @c true/false/)

Location:
trunk/src/VBox/Devices/Audio
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp

    r65016 r65056  
    805805
    806806/**
    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.
    811811 * @param   pMixBuf                 Mixing buffer to return value for.
    812812 */
  • trunk/src/VBox/Devices/Audio/AudioMixer.cpp

    r65017 r65056  
    17871787 * Returns whether a mixer stream currently is active (playing/recording) or not.
    17881788 *
    1789  * @returns @true if playing/recording, @false if not.
     1789 * @returns @c true if playing/recording, @c false if not.
    17901790 * @param   pMixStream          Mixer stream to return status for.
    17911791 */
     
    18191819 * Returns whether a mixer stream is valid (e.g. initialized and in a working state) or not.
    18201820 *
    1821  * @returns @true if valid, @false if not.
     1821 * @returns @c true if valid, @c false if not.
    18221822 * @param   pMixStream          Mixer stream to return status for.
    18231823 */
  • trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp

    r65035 r65056  
    641641 *
    642642 * @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.
    644644 * @param   enmFmt              Audio format to retrieve value for.
    645645 */
     
    764764 * stream configuration.
    765765 *
    766  * @returns @true if equal, @false if not.
     766 * @returns @c true if equal, @c false if not.
    767767 * @param   pProps              PCM properties to compare.
    768768 * @param   pCfg                Stream configuration to compare.
     
    811811 * Checks whether two given PCM properties are equal.
    812812 *
    813  * @returns @true if equal, @false if not.
     813 * @returns @c true if equal, @c false if not.
    814814 * @param   pProps1             First properties to compare.
    815815 * @param   pProps2             Second properties to compare.
     
    854854 * Checks whether a given stream configuration is valid or not.
    855855 *
    856  * Returns @true if configuration is valid, @false if not.
     856 * Returns @c true if configuration is valid, @c false if not.
    857857 * @param   pCfg                Stream configuration to check.
    858858 */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette