You are here: Start » FIL.NET » Function Reference » Image » Image IO » FIL.GetAvailableVideoCompressors

FIL.GetAvailableVideoCompressors

Lists FourCC names of available video compressors.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void GetAvailableVideoCompressors
(
	IList<string> outCompressors
)

Parameters

Name Type Range Default Description
outCompressorsSystem.Collections.Generic.IList<string>Available compressors.

See also