Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image IO » GetAvailableVideoCompressors

GetAvailableVideoCompressors


Header: AVL.h
Namespace: avl
Module: FoundationLite

Lists FourCC names of available video compressors.

Syntax

C++
C#
 
void avl::GetAvailableVideoCompressors
(
	atl::Array<atl::String>& outCompressors
)

Parameters

Name Type Default Description
Output value outCompressors Array<String>& Available compressors.