Changeset 96323 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 19, 2022 7:48:05 AM (2 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/Recording.cpp
r96322 r96323 682 682 * recording streams or not. 683 683 * 684 * @returns \c true if at least one recording stream has this feature enabled, or \c false if684 * @returns @c true if at least one recording stream has this feature enabled, or @c false if 685 685 * no recording stream has this feature enabled. 686 686 * @param enmFeature Recording feature to check for. -
trunk/src/VBox/Main/src-client/RecordingCodec.cpp
r96322 r96323 854 854 * Returns whether the codec has been initialized or not. 855 855 * 856 * @returns \c true if initialized, or \c false if not.856 * @returns @c true if initialized, or @c false if not. 857 857 * @param pCodec Codec to return initialization status for. 858 858 */ -
trunk/src/VBox/Main/src-client/RecordingStream.cpp
r96322 r96323 175 175 * Checks if a specified limit for a recording stream has been reached, internal version. 176 176 * 177 * @returns \c true if any limit has been reached, \c false if not.177 * @returns @c true if any limit has been reached, @c false if not. 178 178 * @param msTimestamp Timestamp (PTS, in ms) to check for. 179 179 */ … … 261 261 * Checks if a specified limit for a recording stream has been reached. 262 262 * 263 * @returns \c true if any limit has been reached, \c false if not.263 * @returns @c true if any limit has been reached, @c false if not. 264 264 * @param msTimestamp Timestamp (PTS, in ms) to check for. 265 265 */ … … 275 275 * Returns whether a recording stream is ready (e.g. enabled and active) or not. 276 276 * 277 * @returns \c true if ready, \c false if not.277 * @returns @c true if ready, @c false if not. 278 278 */ 279 279 bool RecordingStream::IsReady(void) const -
trunk/src/VBox/Main/xml/Settings.cpp
r96285 r96323 3047 3047 * Check if all settings have default values. 3048 3048 * 3049 * @returns \c true if default, \c false if not.3049 * @returns @c true if default, @c false if not. 3050 3050 */ 3051 3051 bool RecordingScreenSettings::areDefaultSettings(void) const … … 3090 3090 * Returns if a certain recording feature is enabled or not. 3091 3091 * 3092 * @returns \c true if the feature is enabled, \c false if not.3092 * @returns @c true if the feature is enabled, @c false if not. 3093 3093 * @param enmFeature Feature to check. 3094 3094 */ … … 8787 8787 * for AudioDriverType_DirectSound when compiled on a Linux host. 8788 8788 * 8789 * @return \c true if the current host supports the driver, \c false if not.8789 * @return @c true if the current host supports the driver, @c false if not. 8790 8790 * @param enmDrvType AudioDriverType_* enum to test. 8791 8791 */
Note:
See TracChangeset
for help on using the changeset viewer.