Enum VLCompression.TVLCompressionInfo
From Mitov Wiki Doc
				
				
				
				
																
				
				
								
				This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabBasicPkg
Unit: VLCompression
| Contents | 
Syntax
Delphi:
type TVLCompressionInfo = (ciCode, ciDescription, ciBoth);
C++ Builder:
enum TVLCompressionInfo {ciCode, ciDescription, ciBoth};
Visual C++ (MFC):
enum CTVLCompressionInfo {ciCode, ciDescription, ciBoth};
Summary
Enumerated type specifying what information to be returned when calling GetAvailableCompressions.
Description
Defines enumerated type specifying what information to be returned when calling GetAvailableCompressions.
Values
| ciCode | Return only FourCC code of the compression. | 
| ciDescription | Return only description of the compression. | 
| ciBoth | Return FourCC code and Description of the compression. | 
