Unit NexusTypes
Uses
Functions and Procedures
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Record TNexusAttributeField |
|
Record TNexusRequest |
|
Record TNexusReply |
Types
TNexusStationType = (...); |
TNexusStationTypes = set of TNexusStationType; |
TNexusFixedField = (...); |
TNexusFixedFields = set of TNexusFixedField; |
TNexusMetadataSource = (...); |
TNexusMetadataSources = set of TNexusMetadataSource; |
TNexusOption = (...); |
TNexusOptions = set of TNexusOption; |
TNexusAttributeFieldArray = array of TNexusAttributeField; |
Constants
Description
Types
TNexusStationType = (...); |
Attributes
Values
|
TNexusStationTypes = set of TNexusStationType; |
TNexusFixedField = (...); |
Attributes
Values
|
TNexusFixedFields = set of TNexusFixedField; |
TNexusMetadataSource = (...); |
Attributes
Values
|
TNexusMetadataSources = set of TNexusMetadataSource; |
TNexusOption = (...); |
Attributes
Values
|
TNexusOptions = set of TNexusOption; |
TNexusAttributeFieldArray = array of TNexusAttributeField; |
Constants
ccMusicMaster = 'MusicMaster'; |
AllNexusFixedFields = [
nffArtist,
nffArtistKeywords,
nffTitle,
nffTitleKeywords,
nffDuration,
nffFilename,
nffComment,
nffEndType,
nffItemType,
nffMetadata,
nffIconFilename,
nffID,
nffCategory,
nffNonMusic,
nffRegionalized,
nffRamp1Seconds,
nffRamp2Seconds,
nffRamp3Seconds,
nffRamp1MMSS,
nffRamp2MMSS,
nffRamp3MMSS,
nffColorKey
]; |
ReadOnlyNexusFixedFields = [
nffCategory,
nffRegionalized,
nffColorKey
]; |
Fields that are always read-only in the Nexus API from our POV |
NeverUpdateNexusFixedFields = [
nffArtistKeywords,
nffTitleKeywords
]; |
Fields that must not be set when saving existing songs |
Generated by PasDoc 0.16.0.