Skip to content

Return Codes

Return Codes

Return CodeReason
exportReturn_ErrNoneOperation has completed without error.
exportReturn_AbortUser aborted the export.
exportReturn_DoneExport finished normally.
exportReturn_InternalErrorReturn this if none of the other errors apply.
exportReturn_OutOfDiskSpaceOut of disk space error.
exportReturn_BufferFullThe offset into the buffer would overflow it.
exportReturn_ErrOtherThe vaguer the better, right?
exportReturn_ErrMemoryOut of memory.
exportReturn_ErrFileNotFoundFile not found.
exportReturn_ErrTooManyOpenFilesToo many open files.
exportReturn_ErrPermErrPermission violation.
exportReturn_ErrOpenErrUnable to open the file.
exportReturn_ErrInvalidDriveInvalid drive.
exportReturn_ErrDupFileDuplicate filename.
exportReturn_ErrIoFile I/O error.
exportReturn_ErrInUseFile is in use.
exportReturn_IterateExporterReturn value from exSelStartup to request exporter iteration.
exportReturn_IterateExporterDoneReturn value from exSelStartup to indicate there are no more exporters.
exportReturn_InternalErrorSilentReturn error code from exSelExport to put a custom error message on screen just before returning control to the host.
exportReturn_ErrCodecBadInputA video codec refused the input format.
exportReturn_ErrLastErrorSetThe exporter is returning an error using the Error Suite.
exportReturn_ErrLastWarningSetThe exporter is returning a warning using the Error Suite.
exportReturn_ErrLastInfoSetThe exporter is returning information using the Error Suite.
exportReturn_ErrExceedsMaxFormatDurationThe exporter (or the host) has deemed the duration of the export to be too large.
exportReturn_VideoCodecNeedsActivationThe current video codec is not activated and cannot be used.
exportReturn_AudioCodecNeedsActivationThe current audio codec is not activated and cannot be used.
exportReturn_IncompatibleAudioChannelTypeThe requested audio channels are not compatible with the source audio.
exportReturn_IncompatibleVideoCodecNew in CS5. User tried to load a preset with an invalid video codec
exportReturn_IncompatibleAudioCodecNew in CS5. User tried to load a preset with an invalid audio codec
exportReturn_ParamButtonCancelNew in CS5.5. Return this from exSelParamButton if the user cancelled settings dialog by pressing cancel button.
exportReturn_ErrMediaFormatError encountered writing to media format.
exportReturn_ErrVideoEncoderCreationError encountered while creating video encoder.
exportReturn_ErrAudioEncoderConfigurationError encountered configuring audio encoder.
exportReturn_ErrVideoEncoderConfigurationError encountered configuring video encoder.
exportReturn_ErrInvalidPixelFormatPixel format not compatible with output format.
exportReturn_ErrOutputBufferError creating output buffer.
exportReturn_ErrInputBufferError accessing input buffer.
exportReturn_ErrAudioEncoderError encountered during audio encoding.
exportReturn_ErrVideoEncoderError encountered during video encoding.
exportReturn_ErrMuxerError encountered during muxing.
exportReturn_ErrVersionError encountered because of versions.
exportReturn_ErrColorSpaceSpecified color space is not compatible with output format.
exportReturn_ErrVideoEncoderAdaptorError encountered using video encoding adaptor.
exportReturn_ErrPixelBufferCreationError creating pixel buffer.
exportReturn_ErrPixelBufferLockError encountered locking buffer.
exportReturn_ErrPixelBufferPlanarFormatError encountered with pixel buffer planar format.
exportReturn_ErrPixelBufferBytesMatchError encountered with byte matching, within pixel buffer.
exportReturn_ErrPixelBufferUnlockError encountered unlocking buffer.
exportReturn_ErrPixelBufferExceptionError encountered; exception accessing buffer.
exportReturn_ErrPixelBufferAppendError appending to pixel buffer.
exportReturn_UnsupportedUnsupported selector.