←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.