25 #include "nsISupports.idl"
34 [scriptable,
uuid(3218b613-94cd-433a-a3fe-522ad4f1354e)]
106 in AString aIdentity);
void saveIdentityToBag(in sbILocalDatabaseResourcePropertyBag aPropertyBag, in AString aIdentity)
SaveIdentityToBag - Saves the param aIdentity to the propertybag which will automatically flush that ...
void saveIdentityToMediaItem(in sbIMediaItem aMediaItem, in AString aIdentity)
SaveIdentityToMediaItem - Saves the param aIdentity to the param aMediaItem's propertybag which will ...
A service to provide identifiers for mediaitems.
AString calculateIdentityForMediaItem(in sbIMediaItem aMediaItem)
CalculateIdentityForMediaItem Generates an identifier for the param aMediaItem and that identifier is...
[USER CODE SHOULD NOT REFERENCE THIS CLASS]
AString calculateIdentityForBag(in sbILocalDatabaseResourcePropertyBag aPropertyBag)
CalculateIdentityForBag - Generates an identifier for the properties contained within the param aProp...
AString hashString(in AString aString)
HashString Hashes the param string using the same method as used when generating metadata hash identi...