ltmsSetLicenseFlags Enumeration Constants

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

IltmsLicenseManager::SetLicense 

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

LEADTOOLS Media Streaming C API Help