←Select platform

SetCodecsInformation Method

Summary

Sets the information about all of the codecs.

Syntax

C#
VB
Java
C++
public void SetCodecsInformation( 
   CodecsCodecInformation[] information 
) 
Public Sub SetCodecsInformation( _ 
   ByVal information() As Leadtools.Codecs.CodecsCodecInformation _ 
)  
public void setCodecsInformation(CodecsCodecInformation[] information) 
public: 
void SetCodecsInformation(  
   Leadtools.Codecs.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly