VirtualBox

Changeset 75454 in vbox for trunk/include


Ignore:
Timestamp:
Nov 14, 2018 2:53:02 PM (6 years ago)
Author:
vboxsync
Message:

Recording: Renamed VERR_AVREC_XXX error codes to VERR_RECORDING_XXX. Added a few more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r74630 r75454  
    28772877/** @} */
    28782878
    2879 /** @name Audio / Video recording Status Codes
     2879/** @name Recording Status Codes
    28802880 * @{
    28812881 */
    28822882/** Codec was not found. */
    2883 #define VERR_AVREC_CODEC_NOT_FOUND                  (-6900)
     2883#define VERR_RECORDING_CODEC_NOT_FOUND              (-6900)
    28842884/** Codec initialization failed. */
    2885 #define VERR_AVREC_CODEC_INIT_FAILED                (-6902)
     2885#define VERR_RECORDING_CODEC_INIT_FAILED            (-6902)
    28862886/** Codec is not supported. */
    2887 #define VERR_AVREC_CODEC_NOT_SUPPORTED              (-6903)
     2887#define VERR_RECORDING_CODEC_NOT_SUPPORTED          (-6903)
    28882888/** Format not supported by the codec. */
    2889 #define VERR_AVREC_FORMAT_NOT_SUPPORTED             (-6904)
     2889#define VERR_RECORDING_FORMAT_NOT_SUPPORTED         (-6904)
    28902890/** Recording is not possible due to a set restriction. */
    2891 #define VERR_AVREC_RESTRICTED                       (-6905)
     2891#define VERR_RECORDING_RESTRICTED                   (-6905)
     2892/** Recording limit (time, size, ...) has been reached. */
     2893#define VINF_RECORDING_LIMIT_REACHED                (6906)
     2894/** Recording limit (time, size, ...) has been reached. */
     2895#define VERR_RECORDING_LIMIT_REACHED                (-6906)
     2896/** Recording has been throttled due to current settings.
     2897 *  This e.g. can happen when submitting more video frames than
     2898 *  the current FPS setting allows. */
     2899#define VINF_RECORDING_THROTTLED                    (6907)
     2900/** Recording has been throttled due to current settings.
     2901 *  This e.g. can happen when submitting more video frames than
     2902 *  the current FPS setting allows. */
     2903#define VERR_RECORDING_THROTTLED                    (-6907)
    28922904/** @} */
    28932905/* SED-END */
Note: See TracChangeset for help on using the changeset viewer.

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