←Select platform

SetCodecInformation Method

Summary

Sets information about the specified codec.

Syntax
C#
VB
C++
Java
public void SetCodecInformation( 
   CodecsCodecInformation codecInfo 
) 
Public Sub SetCodecInformation( _ 
   ByVal codecInfo As CodecsCodecInformation _ 
)  
public void setCodecInformation(CodecsCodecInformation codecInfo) 
public: 
void SetCodecInformation(  
   CodecsCodecInformation codecInfo 
)  

Parameters

codecInfo
The information to be updated.

Remarks

Use this to modify the default handling of the codecs. For example, you can use this to change the default file extension list for a certain codec.

You can also use this to check for a certain file format only for files whose extension matches the default extension list.

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