exportReturn_ErrNone |
Operation has completed without error. |
exportReturn_Abort |
User aborted the export. |
exportReturn_Done |
Export finished normally. |
exportReturn_InternalError |
Return this if none of the other errors apply. |
exportReturn_OutOfDiskSpace |
Out of disk space error. |
exportReturn_BufferFull |
The offset into the buffer would overflow it. |
exportReturn_ErrOther |
The vaguer the better, right? |
exportReturn_ErrMemory |
Out of memory. |
exportReturn_ErrFileNotFound |
File not found. |
exportReturn_ErrTooManyOpenFiles |
Too many open files. |
exportReturn_ErrPermErr |
Permission violation. |
exportReturn_ErrOpenErr |
Unable to open the file. |
exportReturn_ErrInvalidDrive |
Invalid drive. |
exportReturn_ErrDupFile |
Duplicate filename. |
exportReturn_ErrIo |
File I/O error. |
exportReturn_ErrInUse |
File is in use. |
exportReturn_IterateExporter |
Return value from exSelStartup to request exporter iteration. |
exportReturn_IterateExporterDone |
Return value from exSelStartup to indicate there are no more exporters. |
exportReturn_InternalErrorSilent |
Return error code from exSelExport to put a custom error message on screen just before returning control to the host. |
exportReturn_ErrCodecBadInput |
A video codec refused the input format. |
exportReturn_ErrLastErrorSet |
The exporter is returning an error using the Error Suite. |
exportReturn_ErrLastWarningSet |
The exporter is returning a warning using the Error Suite. |
exportReturn_ErrLastInfoSet |
The exporter is returning information using the Error Suite. |
exportReturn_ErrExceedsMaxFormatDuration |
The exporter (or the host) has deemed the duration of the export to be too large. |
exportReturn_VideoCodecNeedsActivation |
The current video codec is not activated and cannot be used. |
exportReturn_AudioCodecNeedsActivation |
The current audio codec is not activated and cannot be used. |
exportReturn_IncompatibleAudioChannelType |
The requested audio channels are not compatible with the source audio. |
exportReturn_IncompatibleVideoCodec |
New in CS5. User tried to load a preset with an invalid video codec |
exportReturn_IncompatibleAudioCodec |
New in CS5. User tried to load a preset with an invalid audio codec |
exportReturn_ParamButtonCancel |
New in CS5.5. Return this from exSelParamButton if the user cancelled settings dialog by pressing cancel button. |
exportReturn_Unsupported |
Unsupported selector. |