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

AVL.GetAvailableVideoCompressors

Lists FourCC names of available video compressors.

Namespace:AvlNet
Assembly:AVL.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