Visual Basic (Declaration) | |
---|---|
Public Sub SetCodecInformation( _ ByVal codecInfo As CodecsCodecInformation _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SetCodecInformation( CodecsCodecInformation codecInfo ) |
Managed Extensions for 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family