- codecInfo
- The information to be updated.
Visual Basic (Declaration) | |
---|---|
Public Sub SetCodecInformation( _ ByVal codecInfo As CodecsCodecInformation _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterCodecs Dim codecInfo As CodecsCodecInformation instance.SetCodecInformation(codecInfo) |
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)