The AviCompressor type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FourccToHandler |
Converts FOURCC code to compressor handler. |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetVideoCompressor | Overloaded. Returns a compressor object by its identifier (FOURCC code or handler). |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Cinepak |
Cinepak Codec by Radius. |
|
DivXMpg4F |
DivX ;-) MPEG-4 Fast-Motion. |
|
DivXMpg4L |
DivX ;-) MPEG-4 Low-Motion. |
|
DivXPro5 |
DivX Pro 5 Codec. |
|
HuffYuv |
Huffyuv v2.1.1. |
|
Indeo5 |
Indeo® video 5.10. |
|
IntelV25 |
Intel Indeo ® Video 2.5. |
|
IntelV32 |
Intel Indeo ® Video 3.2. |
|
IntelV45 |
Intel Indeo ® Video 4.5. |
|
IntelYuv |
Intel IYUV codec. |
|
LeadMJpeg |
LEAD MCMP/MJPEG Codec (VFW). |
|
MSH261 |
Microsoft H.261 Video Codec. |
|
MSH263 |
Microsoft H.263 Video Codec. |
|
MSMpeg4v1 |
Microsoft MPEG-4 3688 Video Codec V1. |
|
MSMpeg4v2 |
Microsoft MPEG-4 3688 Video Codec V2. |
|
MSMpeg4v3 |
Microsoft MPEG-4 3688 Video Codec V3. |
|
MSRle |
Microsoft RLE. |
|
MSVideo1 |
Microsoft Video 1. |
|
Uncompressed |
Uncompressed video (full frames). |
|
XvidMpeg4 |
XviD MPEG-4 Codec. |
Name | Description | |
---|---|---|
CompressorHandler |
Gets the handler of the compressor. |
|
DefaultCompressorHandler |
Gets a default compressor handler which should be used as a fallback value. |
|
DefaultFramesPerSecond |
Gets the default FPS (frames per second) value of this compressor. |
|
DefaultQuality |
Gets the default quality value of this compressor. |
|
Description |
Gets the description of the compressor. |
|
DriverName |
Gets the name of the DLL where the compressor is implemented. |
|
Fourcc |
Gets a FOURCC code for this compressor. |
|
InstalledVideoCompressors |
Gets an array of all compressors installed in the system. |
|
SupportsEncoding |
Gets a value which determines whether this compressor can write AVI file. |
|
SupportsQuality |
Gets a value which determines whether the compressor supports the quality parameter. |
|
Version |
Gets the version of the compressor. |