←Select platform

CodecsPlanarConfiguration Enumeration

Summary

Indicates the planar configuration of the image data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum CodecsPlanarConfiguration   
Public Enum CodecsPlanarConfiguration  
    
    
public enum CodecsPlanarConfiguration    
typedef NS_ENUM(NSInteger, LTCodecsPlanarConfiguration) 
public enum CodecsPlanarConfiguration 
Leadtools.Codecs.CodecsPlanarConfiguration = function() { }; 
Leadtools.Codecs.CodecsPlanarConfiguration.prototype = {<br/> 
  Chunky = 1, 
    PlanarFormat = 2, 
     
 }; 
public enum class CodecsPlanarConfiguration   

Members

ValueMemberDescription
1ChunkyChunky
2PlanarFormatPlanar format
Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly