←Select platform

GetCodecsInformation Method

Summary

Gets information about all of the codecs.

Syntax

C#
VB
Java
C++
public CodecsCodecInformation[] GetCodecsInformation() 
Public Function GetCodecsInformation() As Leadtools.Codecs.CodecsCodecInformation() 
public CodecsCodecInformation[] getCodecsInformation() 
public: 
Leadtools.Codecs.array<CodecsCodecInformation>^ GetCodecsInformation();  

Return Value

An array of CodecsCodecInformation objects containing information about all of the codecs.

Remarks

Use SetCodecsInformation to set information about all of the codecs.

Use GetCodecInformation to get information about a particular codec.

Use SetCodecInformation to set information about a particular codec.

Example

For an example, refer to GetCodecInformation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly