←Select platform

SetCodecsInformation Method

Summary

Sets the information about all of the codecs.

Syntax
C#
VB
C++
Java
public void SetCodecsInformation( 
   CodecsCodecInformation[] information 
) 
Public Sub SetCodecsInformation( _ 
   ByVal information() As CodecsCodecInformation _ 
)  
public void setCodecsInformation(CodecsCodecInformation[] information) 
public: 
void SetCodecsInformation(  
   array<CodecsCodecInformation>^ information 
)  

Parameters

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

Remarks

Use GetCodecsInformation to get information about all of the codecs.

Use GetCodecInformation to get information for a particular codec.

Use SetCodecInformation to set information for a particular codec.

Example

For an example, refer to GetCodecInformation.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly