FingerLicense.getLicenseComment Method¶
Module: FingerLicense
Definition¶
Retrieves the license comment.
@staticmethod
get_license_comment() -> str
Returns
str
The license comment.
Exceptions
An error has occurred during Finger Library execution.
static String getLicenseComment()
Returns
String
The license comment.
Exceptions
An error has occurred during Finger Library execution.
public static string GetLicenseComment()
Returns
string
The license comment.
Exceptions
An error has occurred during Finger Library execution.
public static String getLicenseComment() throws FingerException
Returns
String
The license comment.
Exceptions
An error has occurred during Finger Library execution.
public static func getLicenseComment() throws -> String
Returns
String
The license comment.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerLicense_GetLicenseComment (
char * licenseComment,
int * licenseCommentSize)
Parameters
licenseComment
char *out The license comment.licenseCommentSize
int *in Size of the ‘licenseComment’ buffer. Receives the minimum required buffer size to hold the ‘licenseComment’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘licenseComment’ (excluding terminating NULL character).
Returns