Package | com.myflashlab.air.extensions.spotlight |
Class | public class AttributeSetMusic |
Inheritance | AttributeSetMusic Object |
Property | Defined By | ||
---|---|---|---|
album : String The title for a collection of media. | AttributeSetMusic | ||
artist : String The artist for the media | AttributeSetMusic | ||
audioChannelCount : Number The number of channels in the audio data contained in the file. | AttributeSetMusic | ||
audioEncodingApplication : String The name of the application that encoded the data contained in the audio file. | AttributeSetMusic | ||
audioSampleRate : Number The sample rate of the audio data contained in the file. | AttributeSetMusic | ||
audioTrackNumber : Number The track number of a song/composition when it is part of an album | AttributeSetMusic | ||
composer : String The composer of the song/composition contained in the audio file. | AttributeSetMusic | ||
generalMIDISequence : Number This attribute indicates whether the MIDI sequence contained in the file is setup for use with a General MIDI device. | AttributeSetMusic | ||
keySignature : String The musical key of the song/composition contained in an audio file. | AttributeSetMusic | ||
lyricist : String The lyricist/text writer for song/composition contained in the audio file. | AttributeSetMusic | ||
musicalGenre : String The musical genre of the song/composition contained in the audio file. | AttributeSetMusic | ||
musicalInstrumentCategory : String Meta data attribute that stores the category of instrument. | AttributeSetMusic | ||
musicalInstrumentName : String Meta data attribute that stores the name of instrument (relative to the instrument category) Files can have aninstrument name associated with them if they have certain instrument categories (e.g., the category Percussion has multiple instruments, including Conga and Bongo). | AttributeSetMusic | ||
recordingDate : Number The recording date of the song/composition. | AttributeSetMusic | ||
tempo : Number The tempo of the music contained in the audio file in Beats Per Minute. | AttributeSetMusic | ||
timeSignature : String The time signature of the musical composition contained in the audio/MIDI file. | AttributeSetMusic |
Method | Defined By | ||
---|---|---|---|
AttributeSetMusic |
album | property |
public var album:String
The title for a collection of media. This is analagous to a record album, or photo album whichs are collections of audio or images.
artist | property |
public var artist:String
The artist for the media
audioChannelCount | property |
public var audioChannelCount:Number
The number of channels in the audio data contained in the file. This item only represents the number of discreet channels of audio data found in the file. It does not indicate any configuration of the data in regards to a user's speaker setup.
audioEncodingApplication | property |
public var audioEncodingApplication:String
The name of the application that encoded the data contained in the audio file.
audioSampleRate | property |
public var audioSampleRate:Number
The sample rate of the audio data contained in the file. The sample rate is a float value representing hz (audio_frames/second). For example: 44100.0, 22254.54.
audioTrackNumber | property |
public var audioTrackNumber:Number
The track number of a song/composition when it is part of an album
composer | property |
public var composer:String
The composer of the song/composition contained in the audio file.
generalMIDISequence | property |
public var generalMIDISequence:Number
This attribute indicates whether the MIDI sequence contained in the file is setup for use with a General MIDI device. Should be 1 if true, 0 otherwise.
keySignature | property |
public var keySignature:String
The musical key of the song/composition contained in an audio file. For example: C, Dm, F#m, Bb.
lyricist | property |
public var lyricist:String
The lyricist/text writer for song/composition contained in the audio file.
musicalGenre | property |
public var musicalGenre:String
The musical genre of the song/composition contained in the audio file. For example: Jazz, Pop, Rock, Classical.
musicalInstrumentCategory | property |
public var musicalInstrumentCategory:String
Meta data attribute that stores the category of instrument. Files should have an instrument associated with them ("Other Instrument" is provided as a catch-all). For some categories, like "Keyboards" there are instrument names which provide a more detailed instrument definition (e.g., Piano,Organ, etc.)
musicalInstrumentName | property |
public var musicalInstrumentName:String
Meta data attribute that stores the name of instrument (relative to the instrument category) Files can have aninstrument name associated with them if they have certain instrument categories (e.g., the category Percussion has multiple instruments, including Conga and Bongo).
recordingDate | property |
public var recordingDate:Number
The recording date of the song/composition. This information differs from the contentCreationDate attribute as it indicates the date that the 'art' was created, in contrast to contentCreationDate which for example, could indicate the creation date of an edited or 'mastered' version of the original art.
tempo | property |
public var tempo:Number
The tempo of the music contained in the audio file in Beats Per Minute.
timeSignature | property |
public var timeSignature:String
The time signature of the musical composition contained in the audio/MIDI file. For example: "4/4", "7/8".
AttributeSetMusic | () | Constructor |
public function AttributeSetMusic()