Click or drag to resize
XDL

eMetadValType Enumeration

메타데이터 항목 값 형식.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public enum eMetadValType
Members
Member nameValueDescription
Unknown0 unknown.
OID1 An integer value represented using ASN.1 Basic Encoding Rules - Object Identifier.
Length2 An integer value represented using ASN.1 Basic Encoding Rules for Length.
UInt83 unsigned 8-bit integer
UInt164 unsigned 16-bit integer
UInt325 unsigned 32-bit integer
UInt646 unsigned 64-bit integer
Int87 signed 8-bit integer
Int168 signed 16-bit integer
Int329 signed 32-bit integer
Unavailable-1 unavailable.
Int6410 signed 64-bit integer
VUInt11 unsigned integer
VInt12 signed integer
IMAP_UInt813 An unsigned 8-bit integer value used to represent a floating-point value
IMAP_UInt1614 An unsigned 16-bit integer value used to represent a floating-point value
IMAP_UInt3215 An unsigned 32-bit integer value used to represent a floating-point value
IMAP_Int816 An signed 8-bit integer value used to represent a floating-point value
IMAP_Int1617 An signed 16-bit integer value used to represent a floating-point value
IMAP_Int3218 An signed 32-bit integer value used to represent a floating-point value
IMAPB19 An integer value used to represent a floating-point value
UTF820 A character value represented using the 8-bit Unicode value
Bytes21 number of bytes
Set22 a collection of information in the form of a Set
Series23 a collection of structured data elements
PackVLP24 a collection of information in the form of Variable Length Packs
PackDLP25 a collection of information in the form of Defined Length Packs
PackFLP26 a collection of information in the form of Floating Length Packs
TimeStamp100 
See Also