Click or drag to resize
XDL

XFrameMetad Class

텔레메트리 정보와 같은 메타데이터가 저장되는 데이터 프레임 클래스.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NXVideoXFrameMetad

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public class XFrameMetad : IDisposable

The XFrameMetad type exposes the following members.

Constructors
  NameDescription
Public methodXFrameMetad(XMetadFrame*, Boolean)
XFrameMetad 클래스의 생성자로서, 비관리 객체 포인터를 입력받아 초기화를 수행한다.
Public methodXFrameMetad(Int64, Byte*, Int32, Int32, Int32)
PTS(Presentation Time Stamp), 데이터 주소, 데이터 길이, 대응하는 영상 크기를 입력받아 데이터 프레임을 생성한다.
Top
Properties
Methods
  NameDescription
Public methodGetData
메타데이터 원본을 바이트 배열로 얻는다.
Public methodGetFrame
연결된 비관리 객체 포인터를 얻는다.
Public methodMakeClone
데이터 프레임 객체와 동일한 객체를 생성하여 반환한다.
Top
See Also