You are here: Start » AVL.NET » AVS.GetAvailableVideoCompressors Method

AVS.GetAvailableVideoCompressors Method

Lists FourCC names of available video compressors.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GetAvailableVideoCompressors
(
	IList<string> outCompressors
)

Parameters

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

See also