pixres.h

来自「linux下的一款播放器」· C头文件 代码 · 共 238 行 · 第 1/2 页

H
238
字号
#define IDS_ERR_GIF_BADRELFLAG          HX_RP_RES_INIT_ID + 206#define IDS_ERR_GIF_BITRATEZERO         HX_RP_RES_INIT_ID + 207#define IDS_ERR_GIF_ILLEGALTARGET       HX_RP_RES_INIT_ID + 208#define IDS_ERR_GIF_BADTIMEFORMAT       HX_RP_RES_INIT_ID + 209#define IDS_ERR_GIF_UNKPLAYERCOMMAND    HX_RP_RES_INIT_ID + 210#define IDS_ERR_GIF_NOTARGETBROWSER     HX_RP_RES_INIT_ID + 211#define IDS_ERR_GIF_GENERALERROR        HX_RP_RES_INIT_ID + 212#define IDS_ERR_GIF_CORRUPTFILE         HX_RP_RES_INIT_ID + 213#define IDS_ERR_JPG_BADBITRATE          HX_RP_RES_INIT_ID + 400#define IDS_ERR_JPG_BADPREROLL          HX_RP_RES_INIT_ID + 401#define IDS_ERR_JPG_BADDURATION         HX_RP_RES_INIT_ID + 402#define IDS_ERR_JPG_BADDISPLAYTIME      HX_RP_RES_INIT_ID + 403#define IDS_ERR_JPG_BADURL              HX_RP_RES_INIT_ID + 404#define IDS_ERR_JPG_BADTARGET           HX_RP_RES_INIT_ID + 405#define IDS_ERR_JPG_BADRELFLAG          HX_RP_RES_INIT_ID + 406#define IDS_ERR_JPG_BITRATEZERO         HX_RP_RES_INIT_ID + 407#define IDS_ERR_JPG_DURATIONZERO        HX_RP_RES_INIT_ID + 408#define IDS_ERR_JPG_DISPTIMETOOBIG      HX_RP_RES_INIT_ID + 409#define IDS_ERR_JPG_ILLEGALTARGET       HX_RP_RES_INIT_ID + 410#define IDS_ERR_JPG_BADSEEKTIME         HX_RP_RES_INIT_ID + 411#define IDS_ERR_JPG_UNKPLAYERCOMMAND    HX_RP_RES_INIT_ID + 412#define IDS_ERR_JPG_NOTARGETBROWSER     HX_RP_RES_INIT_ID + 413#define IDS_ERR_JPG_NOPROGRESSIVE       HX_RP_RES_INIT_ID + 414#define IDS_ERR_JPG_GENERALERROR        HX_RP_RES_INIT_ID + 415#define ERRSTR_PIX_NOTLICENSED          "RealPix: This server is NOT licensed to deliver RealPix streams."#define ERRSTR_PIX_BADEXTENSION         "RealPix: Image file has unrecognized extension: %s"#define ERRSTR_PIX_NOCODEC              "RealPix: No codec available to process %s"#define ERRSTR_PIX_MISSINGFILE          "RealPix: Image file %s does not exist."#define ERRSTR_PIX_NOSTART              "RealPix: No <imfl> tag present - this might not be a RealPix file."#define ERRSTR_PIX_NOEND                "RealPix: No </imfl> tag present."#define ERRSTR_PIX_NOXMLEND             "RealPix: Missing XML tag end in %s"#define ERRSTR_PIX_NULLTITLE            "RealPix: Title attribute present in head tag but NULL value."#define ERRSTR_PIX_NULLAUTHOR           "RealPix: Author attribute present in head tag but NULL value."#define ERRSTR_PIX_NULLCOPYRIGHT        "RealPix: Copyright attribute present in head tag but NULL value."#define ERRSTR_PIX_NULLVERSION          "RealPix: Version attribute present in head tag but NULL value."#define ERRSTR_PIX_BADTIMEFORMAT        "RealPix: Unrecognized time format specifier: %s"#define ERRSTR_PIX_BADSTARTTIME         "RealPix: Invalid start time formatting in <head> tag."#define ERRSTR_PIX_BADPREROLL           "RealPix: Invalid preroll time formatting in <head> tag."#define ERRSTR_PIX_NULLURL              "RealPix: URL attribute present in head tag but NULL value."#define ERRSTR_PIX_URLALLWHITE          "RealPix: URL attribute in <head> contains only whitespace."#define ERRSTR_PIX_BADDURATION          "RealPix: Invalid duration time formatting in <head> tag."#define ERRSTR_PIX_ZERODURATION         "RealPix: Zero duration in head tag."#define ERRSTR_PIX_NOBITRATE            "RealPix: Missing bitrate attribute in head tag."#define ERRSTR_PIX_BADBITRATE           "RealPix: Bitrate cannot be less than or equal to zero."#define ERRSTR_PIX_NOWIDTH              "RealPix: Missing width attribute in head tag."#define ERRSTR_PIX_NOHEIGHT             "RealPix: Missing height attribute in head tag."#define ERRSTR_PIX_UNKNOWNTAG           "RealPix: Unknown tag: %s"#define ERRSTR_PIX_INVALIDHEAD          "RealPix: Invalid or missing head tag."#define ERRSTR_PIX_NOEFFECTS            "RealPix: No effects found."#define ERRSTR_PIX_NODURNOEFFECT        "RealPix: Duration attribute missing and no valid effects."#define ERRSTR_PIX_INVALIDEFFECTS       "RealPix: Unexpected error."#define ERRSTR_PIX_NOHANDLE             "RealPix: Missing handle attribute in %s"#define ERRSTR_PIX_BADHANDLE            "RealPix: Handle must be greater than zero in %s"#define ERRSTR_PIX_NONAME               "RealPix: Missing name attribute in %s"#define ERRSTR_PIX_NULLNAME             "RealPix: Name attribute present, but NULL value in %s"#define ERRSTR_PIX_BADEFFECT            "RealPix: Missing attribute or formatting error in %s"#define ERRSTR_PIX_GENERALERROR         "RealPix: General Error."#define ERRSTR_PIX_BADASPECTFLAG        "RealPix: aspect attribute in <head> must be either true or false"#define ERRSTR_PIX_UNKHEADATTR          "RealPix: Unknown attribute in <head>: %s"#define ERRSTR_PIX_BADATTRIBUTE         "RealPix: Unknown attribute in effect: %s"#define ERRSTR_PIX_MISSINGSTART         "RealPix: Missing start attribute in %s effect"#define ERRSTR_PIX_MISSINGDURATION      "RealPix: Missing duration attribute in %s effect"#define ERRSTR_PIX_MISSINGCOLOR         "RealPix: Missing color attribute in %s effect"#define ERRSTR_PIX_BADCOLOR             "RealPix: Bad value for color attribute in %s effect"#define ERRSTR_PIX_MISSINGTARGET        "RealPix: Missing target attribute in %s effect"#define ERRSTR_PIX_MISSINGNAME          "RealPix: Missing name attribute in external effect"#define ERRSTR_PIX_MISSINGPACKAGE       "RealPix: Missing package attribute in external effect"#define ERRSTR_PIX_BADBOOL              "RealPix: %s attribute in %s effect must be either true or false"#define ERRSTR_PIX_BADWIPEDIR           "RealPix: Unknown wipe direction"#define ERRSTR_PIX_BADWIPETYPE          "RealPix: Unknown wipe type"#define ERRSTR_PIX_BADBGCOLOR           "RealPix: Invalid background color in <head>"#define ERRSTR_PIX_ILLEGALATTR          "RealPix: Illegal attribute %s in tag %s"#define ERRSTR_PIX_MISSREQATTR          "RealPix: Missing required attribute %s in tag %s"#define ERRSTR_PIX_ROOTNOTFIRST         "RealPix: Root element <imfl> must be first element in file"#define ERRSTR_PIX_HEADNOTFIRST         "RealPix: <head> element must be the first element inside root element"#define ERRSTR_PIX_BADATTRVALUE         "RealPix: Bad value for attribute %s in tag %s"#define ERRSTR_PIX_BADDSTRECT           "RealPix: Destination rect for effect is not contained in display window"#define ERRSTR_PIX_BADCENTERFLAG        "RealPix: center attribute in <head> must be either true or false"#define ERRSTR_PIX_FUTUREVERSION        "RealPix: Version %s is a future version not supported by this parser"#define ERRSTR_PIX_INCOMPATVERSION      "RealPix: %s attribute is not compatible with this language version"#define ERRSTR_PIX_DUPHANDLE            "RealPix: Duplicate image handle"#define ERRSTR_PIX_ZEROSIZE             "RealPix: Zero or non-numeric size in image tag"#define ERRSTR_GIF_BADBITRATE           "GIF: Bad URL-encoded bitrate."#define ERRSTR_GIF_BADDURATION          "GIF: Bad URL-encoded duration."#define ERRSTR_GIF_BADPREROLL           "GIF: Bad URL-encoded preroll."#define ERRSTR_GIF_BADURL               "GIF: Bad URL-encoded url."#define ERRSTR_GIF_BADTARGET            "GIF: Bad URL-encoded target."#define ERRSTR_GIF_BADBGCOLOR           "GIF: Bad URL-encoded background color."#define ERRSTR_GIF_BADRELFLAG           "GIF: Bad URL-encoded reliable flag."#define ERRSTR_GIF_BITRATEZERO          "GIF: URL-encoded bitrate is zero."#define ERRSTR_GIF_ILLEGALTARGET        "GIF: URL-encoded target must either be _player or _browser"#define ERRSTR_GIF_BADTIMEFORMAT        "GIF: Illegal time formatting in URL-encoded seek time."#define ERRSTR_GIF_UNKPLAYERCOMMAND     "GIF: Unknown player command in URL-encoded url attribute."#define ERRSTR_GIF_NOTARGETBROWSER      "GIF: Cannot target browser with a player command."#define ERRSTR_GIF_GENERALERROR         "GIF: General Error."#define ERRSTR_GIF_CORRUPTFILE          "GIF: %s is unparseable and may be corrupt."#define ERRSTR_JPG_BADBITRATE           "JPEG: Bad URL-encoded bitrate."#define ERRSTR_JPG_BADPREROLL           "JPEG: Illegal time formatting in URL-encoded preroll."#define ERRSTR_JPG_BADDURATION          "JPEG: Illegal time formatting in URL-encoded duration."#define ERRSTR_JPG_BADDISPLAYTIME       "JPEG: Illegal time formatting in URL-encoded display time."#define ERRSTR_JPG_BADURL               "JPEG: Bad URL-encoded url."#define ERRSTR_JPG_BADTARGET            "JPEG: Bad URL-encoded target."#define ERRSTR_JPG_BADRELFLAG           "JPEG: Bad URL-encoded reliable flag."#define ERRSTR_JPG_BITRATEZERO          "JPEG: URL-encoded bitrate is zero."#define ERRSTR_JPG_DURATIONZERO         "JPEG: URL-encoded duration is zero."#define ERRSTR_JPG_DISPTIMETOOBIG       "JPEG: URL-encoded display time is greater than duration."#define ERRSTR_JPG_ILLEGALTARGET        "JPEG: URL-encoded target must either be _player or _browser."#define ERRSTR_JPG_BADSEEKTIME          "JPEG: Illegal time formatting in URL-encoded seek time."#define ERRSTR_JPG_UNKPLAYERCOMMAND     "JPEG: Unknown player command in url URL encoding."#define ERRSTR_JPG_NOTARGETBROWSER      "JPEG: Cannot target browser with a player command."#define ERRSTR_JPG_NOPROGRESSIVE        "JPEG: Progressive JPEGs are not supported."#define ERRSTR_JPG_GENERALERROR         "JPEG: General Error."#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?