Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace : CodecsDecompressDataFlags Enumeration |
[FlagsAttribute()] public enum CodecsDecompressDataFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum CodecsDecompressDataFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As CodecsDecompressDataFlags
[FlagsAttribute()] public enum CodecsDecompressDataFlags : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_OPTIONS(NSUInteger, LTCodecsDecompressDataFlags)
public enum CodecsDecompressDataFlags
Leadtools.Codecs.CodecsDecompressDataFlags = function() { }; Leadtools.Codecs.CodecsDecompressDataFlags.prototype = {<br/> None = 0x00000000, Start = 0x00000001, End = 0x00000002, Complete = 0x00000003, };
[FlagsAttribute()] public enum class CodecsDecompressDataFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | Undefined. |
0x00000001 | Start | Started. |
0x00000002 | End | Stopped. |
0x00000003 | Complete | (Start | End)Completed. |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsDecompressDataFlags