Platforms to show: All Mac Windows Linux Cross-Platform

Next items

QTMetaDataMBS.kPropertyClass_MetaData = "meta"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: The constant for the property class of a meta data object.
QTMetaDataMBS.kPropertyClass_MetaDataItem = "mdit"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: The property class constant for a meta data item.
QTMetaDataMBS.kQTAnimatedGIFLoopCountInfinite = 0
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: The value you need to set for the GIF Loop meta data to tell QuickTime that this GIF loops infinite.
QTMetaDataMBS.kQTMetaDataCommonKeyAlbum = "albm"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
Example:
// pick a movie
dim f as FolderItem = SpecialFolder.Desktop.Child("test.mov")
// open it
dim m as EditableMovie = f.OpenEditableMovie
// get metadata
dim q as QTMetaDataMBS = m.MetaDataMBS

// add a metadata value. This property is visible in QuickTime Player X and 7
call q.AddItemCode(q.kQTMetaDataStorageFormatQuickTime, q.kQTMetaDataKeyFormatCommon, q.kQTMetaDataCommonKeyAlbum, "My best Album", q.kQTMetaDataTypeUTF8)

q = nil

// save
call m.CommitChanges
QTMetaDataMBS.kQTMetaDataCommonKeyArtist = "arts"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyArtwork = "artw"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyAuthor = "auth"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyChapterName = "chap"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyComment = "cmmt"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyComposer = "comp"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyCopyright = "cprt"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyDescription = "desc"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyDirector = "dtor"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyDisplayName = "name"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyGenre = "genr"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyInformation = "info"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyKeywords = "keyw"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyOriginalFormat = "orif"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyOriginalSource = "oris"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyPerformers = "perf"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyProducer = "prod"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeySoftware = "soft"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataCommonKeyWriter = "wrtr"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the common key constants.
QTMetaDataMBS.kQTMetaDataInvalidItemErr = -2174
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the QuickTime error constants related to meta data.
Notes: Returned if the metadata item is invalid.
QTMetaDataMBS.kQTMetaDataInvalidKeyFormatErr = -2176
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the QuickTime error constants related to meta data.
Notes: Returned if the key format is invalid.
QTMetaDataMBS.kQTMetaDataInvalidMetaDataErr = -2173
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the QuickTime error constants related to meta data.
Notes: Returned if the metadata container is invalid.
QTMetaDataMBS.kQTMetaDataInvalidStorageFormatErr = -2175
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the QuickTime error constants related to meta data.
Notes: Returned if the storage format is invalid.
QTMetaDataMBS.kQTMetaDataItemPropertyID_DataType = "dtyp"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the property ID constants.
Notes: The value type of the metadata item. UInt32, Read/Write
QTMetaDataMBS.kQTMetaDataItemPropertyID_Key = "key "
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the property ID constants.
Notes: The key associated with the metadata item. Read/Write
QTMetaDataMBS.kQTMetaDataItemPropertyID_KeyFormat = "keyf"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the property ID constants.
Notes: The format of the key used. Result is an OSType (4 byte string). Read/Write
QTMetaDataMBS.kQTMetaDataItemPropertyID_Locale = "loc "
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the property ID constants.
Notes: The locale identifier based on the naming convention defined by the International Components for Unicode (ICU). The identifier consists of two pieces of ordered information: a language code and a region code. The language code is based on the ISO 639-1 standard, which defines two-character codes, such as "en" and "fr", for the world's most commonly used languages. If a two-letter code is not available, then ISO 639-2 three-letter identifiers are accepted as well, for example "haw" for Hawaiian. The region code is defined by ISO 3166-1. The region code is in all caps and appended, after an underscore, after the language code, for example "en_US", "en_GB", and "fr_FR". A C String. Read/Write
QTMetaDataMBS.kQTMetaDataItemPropertyID_StorageFormat = "sfmt"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the property ID constants.
Notes: The storage format (see kQTMetaDataStorageFormat* constants). Read only.
QTMetaDataMBS.kQTMetaDataItemPropertyID_Value = "valu"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the property ID constants.
Notes:
The value of the metadata item.
This is the data you can read only.
QTMetaDataMBS.kQTMetaDataKeyFormatCommon = "comn"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the meta data key format constants.
Example:
// pick a movie
dim f as FolderItem = SpecialFolder.Desktop.Child("test.mov")
// open it
dim m as EditableMovie = f.OpenEditableMovie
// get metadata
dim q as QTMetaDataMBS = m.MetaDataMBS

// add a metadata value. This property is visible in QuickTime Player X and 7
call q.AddItemCode(q.kQTMetaDataStorageFormatQuickTime, q.kQTMetaDataKeyFormatCommon, q.kQTMetaDataCommonKeyAlbum, "My best Album", q.kQTMetaDataTypeUTF8)

q = nil

// save
call m.CommitChanges
Notes: Uses the kQTMetaDataCommonKey* constants.
QTMetaDataMBS.kQTMetaDataKeyFormatiTunesLongForm = "itlk"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the meta data key format constants.
Notes: Reverse DNS format
QTMetaDataMBS.kQTMetaDataKeyFormatiTunesShortForm = "itsk"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the meta data key format constants.
Example:
// pick a movie
dim f as FolderItem = SpecialFolder.Desktop.Child("test.mov")
// open it
dim m as EditableMovie = f.OpenEditableMovie
// get metadata
dim q as QTMetaDataMBS = m.MetaDataMBS

// add a metadata value. This property is visible in QuickTime Player X and 7 and iTunes
call q.AddItemCode(q.kQTMetaDataStorageFormatiTunes, q.kQTMetaDataKeyFormatiTunesShortForm, q.kUserDataTextAlbum, "My best Album", q.kQTMetaDataTypeUTF8)

q = nil

// save
call m.CommitChanges
Notes: FourCharCode
QTMetaDataMBS.kQTMetaDataKeyFormatQuickTime = "mdta"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the meta data key format constants.
Example:
// pick a movie
dim f as FolderItem = SpecialFolder.Desktop.Child("test.mov")
// open it
dim m as EditableMovie = f.OpenEditableMovie
// get metadata
dim q as QTMetaDataMBS = m.MetaDataMBS

// add a metadata value. This property is visible in QuickTime Player 7
call q.AddItem(q.kQTMetaDataStorageFormatQuickTime, q.kQTMetaDataKeyFormatQuickTime, "com.apple.quicktime.producer", "Christian Schmitz",1)

q = nil

// save
call m.CommitChanges
Notes: Reverse DNS format
QTMetaDataMBS.kQTMetaDataKeyFormatUserData = "udta"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the meta data key format constants.
Example:
// pick a movie
dim f as FolderItem = SpecialFolder.Desktop.Child("test.mov")
// open it
dim m as EditableMovie = f.OpenEditableMovie
// get metadata
dim q as QTMetaDataMBS = m.MetaDataMBS

// add a metadata value. This property is visible in QuickTime Player X and 7
call q.AddItemCode(q.kQTMetaDataStorageFormatUserData, q.kQTMetaDataKeyFormatUserData, q.kUserDataTextAlbum, "My Album", q.kQTMetaDataTypeUTF8)

q = nil

// save
call m.CommitChanges
Notes: FourCharCode
QTMetaDataMBS.kQTMetaDataNoMoreItemsErr = -2177
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the QuickTime error constants related to meta data.
Notes: Returned if there is no more metadata items.
QTMetaDataMBS.kQTMetaDataPropertyID_Owner = "ownr"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the meta data property ID constants.
Notes: The owner associated with this QTMetaDataRef object. The QTMetaDataRef object does not necessarily need to have an owner. Returns Movie, Track, or Media handle, Read only.
QTMetaDataMBS.kQTMetaDataPropertyID_OwnerType = "ownt"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the meta data property ID constants.
Notes: The owner type associated with this QTMetaData object. Return - OSType (QT_MOVIE_TYPE = "moov", QT_TRACK_TYPE = "trak", QT_MEDIA_TYPE = "mdia"), Read only.
QTMetaDataMBS.kQTMetaDataPropertyID_StorageFormats = "fmts"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the meta data property ID constants.
Notes: The list of storage formats (see kQTMetaDataStorageFormat* constants) associated with this QTMetaDataRef object. Returns C-style array of OSTypes, Read only.
QTMetaDataMBS.kQTMetaDataStorageFormatiTunes = "itms"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the meta data storage format constants.
Example:
// pick a movie
dim f as FolderItem = SpecialFolder.Desktop.Child("test.mov")
// open it
dim m as EditableMovie = f.OpenEditableMovie
// get metadata
dim q as QTMetaDataMBS = m.MetaDataMBS

// add a metadata value.
dim pic as Picture = LogoMBS(500)
dim data as string = PictureToJPEGStringMBS(pic, 75)

// Add a cover to the movie for iTunes:
call q.AddItemCode(q.kQTMetaDataStorageFormatiTunes, q.kQTMetaDataKeyFormatiTunesShortForm, "covr", data, q.kQTMetaDataTypeJPEGImage)

q = nil

// save
call m.CommitChanges
Notes: iTunes metadata storage format
QTMetaDataMBS.kQTMetaDataStorageFormatQuickTime = "mdta"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the meta data storage format constants.
Example:
// pick a movie
dim f as FolderItem = SpecialFolder.Desktop.Child("test.mov")
// open it
dim m as EditableMovie = f.OpenEditableMovie
// get metadata
dim q as QTMetaDataMBS = m.MetaDataMBS

// add a metadata value. This property is visible in QuickTime Player 7
call q.AddItem(q.kQTMetaDataStorageFormatQuickTime, q.kQTMetaDataKeyFormatQuickTime, "com.apple.quicktime.producer", "Christian Schmitz",1)

q = nil

// save
call m.CommitChanges
Notes: QuickTime metadata storage format
QTMetaDataMBS.kQTMetaDataStorageFormatUserData = "udta"
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the meta data storage format constants.
Example:
// pick a movie
dim f as FolderItem = SpecialFolder.Desktop.Child("test.mov")
// open it
dim m as EditableMovie = f.OpenEditableMovie
// get metadata
dim q as QTMetaDataMBS = m.MetaDataMBS

// add a metadata value. This property is visible in QuickTime Player X and 7
call q.AddItemCode(q.kQTMetaDataStorageFormatUserData, q.kQTMetaDataKeyFormatUserData, q.kUserDataTextAlbum, "My Album", q.kQTMetaDataTypeUTF8)

q = nil

// save
call m.CommitChanges
Notes: UserData storage format
QTMetaDataMBS.kQTMetaDataTypeBinary = 0
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the data type constants.
Notes: Binary data without a defined format.
QTMetaDataMBS.kQTMetaDataTypeBMPImage = 27
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the data type constants.
Notes: BMP image data.
QTMetaDataMBS.kQTMetaDataTypeFloat32BE = 23
const, Quicktime, MBS Real Studio QuickTime Plugin (QTMovie), class QTMetaDataMBS,
Plugin version: 10.4, Mac: Yes, Win: Yes, Linux: No, Console & Web: No, Feedback.

Function: One of the data type constants.
Notes:
A 32 bit float value. In REALbasic a single value.
And here in Big Endian format.

Previous items

The items on this page are in the following plugins: MBS Real Studio QuickTime Plugin.




Links
MBS Realbasic Plugins