Click or drag to resize
XDL

XVideoURLInfoUDP Class

UDP 스트리밍 동영상을 열기 위한 URL 정보 구조체. 멀티캐스트 그룹에서 수신할 때 허용하거나 제한할 입력 원본 주소를 지정하고, 수신 버퍼 용량을 지정할 수 있다.
UDP 스트리밍 동영상을 열기 위한 URL 정보 구조체. 멀티캐스트 그룹에서 수신할 때 허용하거나 제한할 입력 원본 주소를 지정하고, 수신 버퍼 용량을 지정할 수 있다.
Inheritance Hierarchy

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 2.0.3.31
Syntax
C#
public class XVideoURLInfoUDP : XVideoURLInfo

The XVideoURLInfoUDP type exposes the following members.

Constructors
  NameDescription
Public methodXVideoURLInfoUDP
Top
Properties
  NameDescription
Public propertystrProtocol
프로토콜. (UDP)
Top
Fields
  NameDescription
Public fieldarrBlockSourceIP
멀티캐스트 그룹에서 통신 거부할 입력 주소들.
Public fieldarrMoreSourceIP
허용할 입력 주소가 복수개인 경우 추가로 지정할 수 있다.
Public fieldBufferSize
송수신 버퍼 크기. (기본값: 64MB)
Public fieldstrSourceIP
허용할 입력 주소. 멀티캐스트 그룹에서 선택적 통신을 허용한다.
Top
See Also