←Select platform

PreloadCodecsList Property

Summary

Gets the current preload codecs list.

Syntax
C#
VB
C++
Java
public string PreloadCodecsList { get; } 
Public ReadOnly Property PreloadCodecsList As String 
public String getPreloadCodecsList() 
public: 
property String^ PreloadCodecsList { 
   String^ get(); 
} 

Property Value

The current preload codecs list.

Remarks

Use this property before calling PreloadCodecs if you wish to get the current setting for the preload codecs list before changing it.

The preload codecs list contains the list of fixed and cached codecs.

The fixed codec count can be obtained from FixedPreloadCodecs.

The cached codec count can be obtained from CachedPreloadCodecs.

Example

For an example, refer to PreloadCodecs.

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