Visual Basic (Declaration) | |
---|---|
Public Sub SetCodecInformation( _ ByVal codecInfo As CodecsCodecInformation _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SetCodecInformation( CodecsCodecInformation codecInfo ) |
C++/CLI | |
---|---|
public: void SetCodecInformation( CodecsCodecInformation codecInfo ) |
Parameters
- codecInfo
- The information to be updated.
For an example, refer to GetCodecInformation.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family