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

AVL.GetAvailableVideoCompressors

List fourCCs 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