In This Topic ▼

ltmsSetLicenseFlags Enumeration Constants

Summary

Defines the possible flags for setting the license.

Syntax

typedef enum ltmsSetLicenseFlags 
{ 
   ltmsSetLicenseFlags_LicenseIsFile = 1, 
   ltmsSetLicenseFlags_KeyIsFile = 2, 
   ltmsSetLicenseFlags_Overwrite = 4, 
} ltmsSetLicenseFlags; 
Constant Description
ltmsSetLicenseFlags_LicenseIsFile Specifies that the license parameter is a path to the license file. Absence of this flag indicates that the license parameter is a string containing the license data.
ltmsSetLicenseFlags_KeyIsFile Specifies that the key parameter is a path to a key file. Absence of this flag indicates that the key parameter is a string containing the key data.
ltmsSetLicenseFlags_Overwrite Specifies that the previous license state should be overwritten. Absence of this flag indicates that any existing valid license should not be overwritten.

See Also

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Media Streaming C API Help

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