Constants¶
Details¶
- Mirage.ISRC_SIZE = 12¶
Length of ISRC string.
- Mirage.MCN_SIZE = 13¶
Length of MCN string.
- Mirage.SOVERSION_MAJOR = 11¶
The major component of semantic version of the libMirage library. Like #mirage_soversion_major, but from the headers used at application compile time, rather than from the library linked against at application run time.
- Mirage.SOVERSION_MINOR = 0¶
The minor component of semantic version of the libMirage library. Like #mirage_soversion_minor, but from the headers used at application compile time, rather than from the library linked against at application run time.
- Mirage.SOVERSION_PATCH = 0¶
The patch component of semantic version of the libMirage library. Like #mirage_soversion_patch, but from the headers used at application compile time, rather than from the library linked against at application run time.
- Mirage.VERSION_LONG = '3.2.7'¶
The long version string of the libMirage library. Like #mirage_version_long, but from the headers used at application compile time, rather than from the library linked against at application run time.
- Mirage.VERSION_MAJOR = 3¶
The major version number of the libMirage library. Like #mirage_version_major, but from the headers used at application compile time, rather than from the library linked against at application run time.
- Mirage.VERSION_MICRO = 7¶
The micro version number of the libMirage library. Like #mirage_version_micro, but from the headers used at application compile time, rather than from the library linked against at application run time.
- Mirage.VERSION_MINOR = 2¶
The minor version number of the libMirage library. Like #mirage_version_minor, but from the headers used at application compile time, rather than from the library linked against at application run time.
- Mirage.VERSION_SHORT = '3.2'¶
The short version string of the libMirage library. Like #mirage_version_long, but from the headers used at application compile time, rather than from the library linked against at application run time.