Click or drag to resize
XDL

NXVideoTranscodeLayer Class

비디오뷰의 영상처리 결과를 동영상으로 내보내는 기능 레이어를 정의한다.
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.UserControl
              Pixoneer.NXDL.NXVideo.NXVideoLayer
                Pixoneer.NXDL.NXVideo.NXVideoTranscodeLayer

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public class NXVideoTranscodeLayer : NXVideoLayer

The NXVideoTranscodeLayer type exposes the following members.

Constructors
 NameDescription
Public methodNXVideoTranscodeLayer NXVideoTranscodeLayer 클래스의 기본 생성자로서, 내부 멤버 변수의 초기화를 수행한다.
Top
Properties
 NameDescription
Public propertyRealTimeMode 인코더 설정 속성에 지정된 실시간 모드 속성 확인. 실시간 모드에서는 실제 화면에 나타나는 시간을 따르는 동영상으로 출력한다.
Public propertyResizeMode 크기 조절 모드 속성.
Top
Methods
 NameDescription
Public methodCropFrame 입력 동영상에서 내보낼 화면 영역을 설정한다. 영역 설정을 하지 않으면 입력 영상 전체를 PRESERVE_RATIO_FULL 모드로 내보낸다.
Public methodPauseTranscoding 동영상 출력을 잠시 멈춘다.
Public methodResumeTranscoding 동영상 출력을 재개한다.
Public methodSetEncoder 동영상 인코더를 설정한다.
Public methodStartTranscoding 동영상 출력을 시작한다.
Public methodStopTranscoding 동영상 출력을 종료한다. 인코더가 종료되므로 다시 동영상 출력을 할 수 없다.
Top
Events
 NameDescription
Public eventOnTranscodedFrameMetadUpdate 출력 동영상에 기존 메타데이터 패킷에 사용자 메타데이터를 추가하여 갱신하는 이벤트를 정의한다.
Top
Fields
 NameDescription
Public fieldUserCodec 메타데이터를 처리하기 위한 사용자 코덱을 대리자로 등록한다.
Top
See Also