Click or drag to resize
XDL

XBERCodecGetLengthEncodingBytes Method

길이 데이터의 인코딩 길이를 구한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public static int GetLengthEncodingBytes(
	int length
)

Parameters

length
Type: SystemInt32
인코딩하려는 길이.

Return Value

Type: Int32
BER_Length 방식으로 인코딩한 길이.
See Also