←Select platform

CodecsDecompressDataFlags Enumeration

Summary

Indicates the state of the decompression engine.

Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum CodecsDecompressDataFlags 
<FlagsAttribute()> 
Public Enum CodecsDecompressDataFlags  
typedef NS_OPTIONS(NSUInteger, LTCodecsDecompressDataFlags) 
public enum CodecsDecompressDataFlags 
[FlagsAttribute()] 
public enum class CodecsDecompressDataFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable 

Members
ValueMemberDescription
0x00000000None Undefined.
0x00000001Start Started.
0x00000002End Stopped.
0x00000003Complete (Start | End)Completed.

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

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

Leadtools.Codecs Assembly