跳转到内容

返回代码

返回代码

返回代码原因
exportReturn_ErrNone操作已完成,没有错误。
exportReturn_Abort用户中止了导出。
exportReturn_Done导出正常完成。
exportReturn_InternalError如果没有其他错误适用,则返回此错误。
exportReturn_OutOfDiskSpace磁盘空间不足错误。
exportReturn_BufferFull缓冲区中的偏移量将导致溢出。
exportReturn_ErrOther越模糊越好,对吧?
exportReturn_ErrMemory内存不足。
exportReturn_ErrFileNotFound文件未找到。
exportReturn_ErrTooManyOpenFiles打开的文件过多。
exportReturn_ErrPermErr权限违规。
exportReturn_ErrOpenErr无法打开文件。
exportReturn_ErrInvalidDrive无效的驱动器。
exportReturn_ErrDupFile文件名重复。
exportReturn_ErrIo文件I/O错误。
exportReturn_ErrInUse文件正在使用中。
exportReturn_IterateExporterexSelStartup 返回的值,用于请求导出器迭代。
exportReturn_IterateExporterDoneexSelStartup 返回的值,表示没有更多的导出器。
exportReturn_InternalErrorSilentexSelExport 返回的错误代码,用于在将控制权返回给主机之前在屏幕上显示自定义错误消息。
exportReturn_ErrCodecBadInput视频编解码器拒绝了输入格式。
exportReturn_ErrLastErrorSet导出器正在使用 错误套件 返回错误。
exportReturn_ErrLastWarningSet导出器正在使用 错误套件 返回警告。
exportReturn_ErrLastInfoSet导出器正在使用 错误套件 返回信息。
exportReturn_ErrExceedsMaxFormatDuration导出器(或主机)认为导出的持续时间过长。
exportReturn_VideoCodecNeedsActivation当前的视频编解码器未激活,无法使用。
exportReturn_AudioCodecNeedsActivation当前的音频编解码器未激活,无法使用。
exportReturn_IncompatibleAudioChannelType请求的音频通道与源音频不兼容。
exportReturn_IncompatibleVideoCodec新增于CS5。用户尝试加载带有无效视频编解码器的预设。
exportReturn_IncompatibleAudioCodec新增于CS5。用户尝试加载带有无效音频编解码器的预设。
exportReturn_ParamButtonCancel新增于CS5.5。如果用户通过按下取消按钮取消了设置对话框,则从 exSelParamButton 返回此值。
exportReturn_ErrMediaFormat写入媒体格式时遇到错误。
exportReturn_ErrVideoEncoderCreation创建视频编码器时遇到错误。
exportReturn_ErrAudioEncoderConfiguration配置音频编码器时遇到错误。
exportReturn_ErrVideoEncoderConfiguration配置视频编码器时遇到错误。
exportReturn_ErrInvalidPixelFormat像素格式与输出格式不兼容。
exportReturn_ErrOutputBuffer创建输出缓冲区时遇到错误。
exportReturn_ErrInputBuffer访问输入缓冲区时遇到错误。
exportReturn_ErrAudioEncoder音频编码过程中遇到错误。
exportReturn_ErrVideoEncoder视频编码过程中遇到错误。
exportReturn_ErrMuxer混流过程中遇到错误。
exportReturn_ErrVersion由于版本问题遇到错误。
exportReturn_ErrColorSpace指定的颜色空间与输出格式不兼容。
exportReturn_ErrVideoEncoderAdaptor使用视频编码适配器时遇到错误。
exportReturn_ErrPixelBufferCreation创建像素缓冲区时遇到错误。
exportReturn_ErrPixelBufferLock锁定缓冲区时遇到错误。
exportReturn_ErrPixelBufferPlanarFormat像素缓冲区平面格式遇到错误。
exportReturn_ErrPixelBufferBytesMatch像素缓冲区内的字节匹配遇到错误。
exportReturn_ErrPixelBufferUnlock解锁缓冲区时遇到错误。
exportReturn_ErrPixelBufferException访问缓冲区时遇到异常错误。
exportReturn_ErrPixelBufferAppend追加到像素缓冲区时遇到错误。
exportReturn_Unsupported不支持的选项。