←Select platform

SetCodecInformation Method

Summary

Sets information about the specified codec.

Syntax

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

Leadtools.Codecs Assembly