Click or drag to resize
XDL

XVideoIOIsExtensionExportSupported Method

동영상 형식을 만들 수 있는지 점검한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public bool IsExtensionExportSupported(
	string strFileType
)

Parameters

strFileType
Type: SystemString
동영상 파일 또는 컨테이너 형식.

Return Value

Type: Boolean
형식 지원 여부.
See Also