Error returned by CreateAVIFile
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum CreateAVIFileResult
Public Enumeration CreateAVIFileResult
public enum class CreateAVIFileResult
Members
| Member | Value | Description |
|---|---|---|
| OK | 0 |
No error.
|
| NOCOMPRESSOR | 1 |
A suitable compressor cannot be found.
|
| MEMORY | 2 |
There is not enough memory to complete the operation.
|
| UNSUPPORTED | 3 |
Compression is not supported for this type of data.
|