←Select platform

CodecsPlanarConfiguration Enumeration

Summary
Indicates the planar configuration of the image data.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum CodecsPlanarConfiguration   
typedef NS_ENUM(NSInteger, LTCodecsPlanarConfiguration) { 
 LTCodecsPlanarConfigurationChunky = 1,  
 LTCodecsPlanarConfigurationPlanarFormat = 2 
}; 
public enum CodecsPlanarConfiguration 
public enum class CodecsPlanarConfiguration   
class CodecsPlanarConfiguration(Enum): 
   Chunky = 1 
   PlanarFormat = 2 
Members
ValueMemberDescription
1ChunkyChunky
2PlanarFormatPlanar format
Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Help Version 22.0.2023.5.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.