• Home
  • Raw
  • Download

Lines Matching refs:register_property

140 static int register_property(char const * const description, LIBMTP_property_t const id,
485 static int register_property(char const * const description, LIBMTP_property_t const id, in register_property() function
537 register_property("Storage ID", LIBMTP_PROPERTY_StorageID, PTP_OPC_StorageID); in init_propertymap()
538 register_property("Object Format", LIBMTP_PROPERTY_ObjectFormat, PTP_OPC_ObjectFormat); in init_propertymap()
539register_property("Protection Status", LIBMTP_PROPERTY_ProtectionStatus, PTP_OPC_ProtectionStatus); in init_propertymap()
540 register_property("Object Size", LIBMTP_PROPERTY_ObjectSize, PTP_OPC_ObjectSize); in init_propertymap()
541 register_property("Association Type", LIBMTP_PROPERTY_AssociationType, PTP_OPC_AssociationType); in init_propertymap()
542 register_property("Association Desc", LIBMTP_PROPERTY_AssociationDesc, PTP_OPC_AssociationDesc); in init_propertymap()
543 register_property("Object File Name", LIBMTP_PROPERTY_ObjectFileName, PTP_OPC_ObjectFileName); in init_propertymap()
544 register_property("Date Created", LIBMTP_PROPERTY_DateCreated, PTP_OPC_DateCreated); in init_propertymap()
545 register_property("Date Modified", LIBMTP_PROPERTY_DateModified, PTP_OPC_DateModified); in init_propertymap()
546 register_property("Keywords", LIBMTP_PROPERTY_Keywords, PTP_OPC_Keywords); in init_propertymap()
547 register_property("Parent Object", LIBMTP_PROPERTY_ParentObject, PTP_OPC_ParentObject); in init_propertymap()
548register_property("Allowed Folder Contents", LIBMTP_PROPERTY_AllowedFolderContents, PTP_OPC_Allowe… in init_propertymap()
549 register_property("Hidden", LIBMTP_PROPERTY_Hidden, PTP_OPC_Hidden); in init_propertymap()
550 register_property("System Object", LIBMTP_PROPERTY_SystemObject, PTP_OPC_SystemObject); in init_propertymap()
551register_property("Persistant Unique Object Identifier", LIBMTP_PROPERTY_PersistantUniqueObjectIde… in init_propertymap()
552 register_property("Sync ID", LIBMTP_PROPERTY_SyncID, PTP_OPC_SyncID); in init_propertymap()
553 register_property("Property Bag", LIBMTP_PROPERTY_PropertyBag, PTP_OPC_PropertyBag); in init_propertymap()
554 register_property("Name", LIBMTP_PROPERTY_Name, PTP_OPC_Name); in init_propertymap()
555 register_property("Created By", LIBMTP_PROPERTY_CreatedBy, PTP_OPC_CreatedBy); in init_propertymap()
556 register_property("Artist", LIBMTP_PROPERTY_Artist, PTP_OPC_Artist); in init_propertymap()
557 register_property("Date Authored", LIBMTP_PROPERTY_DateAuthored, PTP_OPC_DateAuthored); in init_propertymap()
558 register_property("Description", LIBMTP_PROPERTY_Description, PTP_OPC_Description); in init_propertymap()
559 register_property("URL Reference", LIBMTP_PROPERTY_URLReference, PTP_OPC_URLReference); in init_propertymap()
560 register_property("Language Locale", LIBMTP_PROPERTY_LanguageLocale, PTP_OPC_LanguageLocale); in init_propertymap()
561register_property("Copyright Information", LIBMTP_PROPERTY_CopyrightInformation, PTP_OPC_Copyright… in init_propertymap()
562 register_property("Source", LIBMTP_PROPERTY_Source, PTP_OPC_Source); in init_propertymap()
563 register_property("Origin Location", LIBMTP_PROPERTY_OriginLocation, PTP_OPC_OriginLocation); in init_propertymap()
564 register_property("Date Added", LIBMTP_PROPERTY_DateAdded, PTP_OPC_DateAdded); in init_propertymap()
565 register_property("Non Consumable", LIBMTP_PROPERTY_NonConsumable, PTP_OPC_NonConsumable); in init_propertymap()
566register_property("Corrupt Or Unplayable", LIBMTP_PROPERTY_CorruptOrUnplayable, PTP_OPC_CorruptOrU… in init_propertymap()
567register_property("Producer Serial Number", LIBMTP_PROPERTY_ProducerSerialNumber, PTP_OPC_Producer… in init_propertymap()
568register_property("Representative Sample Format", LIBMTP_PROPERTY_RepresentativeSampleFormat, PTP_… in init_propertymap()
569register_property("Representative Sample Sise", LIBMTP_PROPERTY_RepresentativeSampleSize, PTP_OPC_… in init_propertymap()
570register_property("Representative Sample Height", LIBMTP_PROPERTY_RepresentativeSampleHeight, PTP_… in init_propertymap()
571register_property("Representative Sample Width", LIBMTP_PROPERTY_RepresentativeSampleWidth, PTP_OP… in init_propertymap()
572register_property("Representative Sample Duration", LIBMTP_PROPERTY_RepresentativeSampleDuration, … in init_propertymap()
573register_property("Representative Sample Data", LIBMTP_PROPERTY_RepresentativeSampleData, PTP_OPC_… in init_propertymap()
574 register_property("Width", LIBMTP_PROPERTY_Width, PTP_OPC_Width); in init_propertymap()
575 register_property("Height", LIBMTP_PROPERTY_Height, PTP_OPC_Height); in init_propertymap()
576 register_property("Duration", LIBMTP_PROPERTY_Duration, PTP_OPC_Duration); in init_propertymap()
577 register_property("Rating", LIBMTP_PROPERTY_Rating, PTP_OPC_Rating); in init_propertymap()
578 register_property("Track", LIBMTP_PROPERTY_Track, PTP_OPC_Track); in init_propertymap()
579 register_property("Genre", LIBMTP_PROPERTY_Genre, PTP_OPC_Genre); in init_propertymap()
580 register_property("Credits", LIBMTP_PROPERTY_Credits, PTP_OPC_Credits); in init_propertymap()
581 register_property("Lyrics", LIBMTP_PROPERTY_Lyrics, PTP_OPC_Lyrics); in init_propertymap()
582register_property("Subscription Content ID", LIBMTP_PROPERTY_SubscriptionContentID, PTP_OPC_Subscr… in init_propertymap()
583 register_property("Produced By", LIBMTP_PROPERTY_ProducedBy, PTP_OPC_ProducedBy); in init_propertymap()
584 register_property("Use Count", LIBMTP_PROPERTY_UseCount, PTP_OPC_UseCount); in init_propertymap()
585 register_property("Skip Count", LIBMTP_PROPERTY_SkipCount, PTP_OPC_SkipCount); in init_propertymap()
586 register_property("Last Accessed", LIBMTP_PROPERTY_LastAccessed, PTP_OPC_LastAccessed); in init_propertymap()
587 register_property("Parental Rating", LIBMTP_PROPERTY_ParentalRating, PTP_OPC_ParentalRating); in init_propertymap()
588 register_property("Meta Genre", LIBMTP_PROPERTY_MetaGenre, PTP_OPC_MetaGenre); in init_propertymap()
589 register_property("Composer", LIBMTP_PROPERTY_Composer, PTP_OPC_Composer); in init_propertymap()
590 register_property("Effective Rating", LIBMTP_PROPERTY_EffectiveRating, PTP_OPC_EffectiveRating); in init_propertymap()
591 register_property("Subtitle", LIBMTP_PROPERTY_Subtitle, PTP_OPC_Subtitle); in init_propertymap()
592register_property("Original Release Date", LIBMTP_PROPERTY_OriginalReleaseDate, PTP_OPC_OriginalRe… in init_propertymap()
593 register_property("Album Name", LIBMTP_PROPERTY_AlbumName, PTP_OPC_AlbumName); in init_propertymap()
594 register_property("Album Artist", LIBMTP_PROPERTY_AlbumArtist, PTP_OPC_AlbumArtist); in init_propertymap()
595 register_property("Mood", LIBMTP_PROPERTY_Mood, PTP_OPC_Mood); in init_propertymap()
596 register_property("DRM Status", LIBMTP_PROPERTY_DRMStatus, PTP_OPC_DRMStatus); in init_propertymap()
597 register_property("Sub Description", LIBMTP_PROPERTY_SubDescription, PTP_OPC_SubDescription); in init_propertymap()
598 register_property("Is Cropped", LIBMTP_PROPERTY_IsCropped, PTP_OPC_IsCropped); in init_propertymap()
599register_property("Is Color Corrected", LIBMTP_PROPERTY_IsColorCorrected, PTP_OPC_IsColorCorrected… in init_propertymap()
600 register_property("Image Bit Depth", LIBMTP_PROPERTY_ImageBitDepth, PTP_OPC_ImageBitDepth); in init_propertymap()
601 register_property("f Number", LIBMTP_PROPERTY_Fnumber, PTP_OPC_Fnumber); in init_propertymap()
602 register_property("Exposure Time", LIBMTP_PROPERTY_ExposureTime, PTP_OPC_ExposureTime); in init_propertymap()
603 register_property("Exposure Index", LIBMTP_PROPERTY_ExposureIndex, PTP_OPC_ExposureIndex); in init_propertymap()
604 register_property("Display Name", LIBMTP_PROPERTY_DisplayName, PTP_OPC_DisplayName); in init_propertymap()
605 register_property("Body Text", LIBMTP_PROPERTY_BodyText, PTP_OPC_BodyText); in init_propertymap()
606 register_property("Subject", LIBMTP_PROPERTY_Subject, PTP_OPC_Subject); in init_propertymap()
607 register_property("Priority", LIBMTP_PROPERTY_Priority, PTP_OPC_Priority); in init_propertymap()
608 register_property("Given Name", LIBMTP_PROPERTY_GivenName, PTP_OPC_GivenName); in init_propertymap()
609 register_property("Middle Names", LIBMTP_PROPERTY_MiddleNames, PTP_OPC_MiddleNames); in init_propertymap()
610 register_property("Family Name", LIBMTP_PROPERTY_FamilyName, PTP_OPC_FamilyName); in init_propertymap()
611 register_property("Prefix", LIBMTP_PROPERTY_Prefix, PTP_OPC_Prefix); in init_propertymap()
612 register_property("Suffix", LIBMTP_PROPERTY_Suffix, PTP_OPC_Suffix); in init_propertymap()
613register_property("Phonetic Given Name", LIBMTP_PROPERTY_PhoneticGivenName, PTP_OPC_PhoneticGivenN… in init_propertymap()
614register_property("Phonetic Family Name", LIBMTP_PROPERTY_PhoneticFamilyName, PTP_OPC_PhoneticFami… in init_propertymap()
615 register_property("Email: Primary", LIBMTP_PROPERTY_EmailPrimary, PTP_OPC_EmailPrimary); in init_propertymap()
616 register_property("Email: Personal 1", LIBMTP_PROPERTY_EmailPersonal1, PTP_OPC_EmailPersonal1); in init_propertymap()
617 register_property("Email: Personal 2", LIBMTP_PROPERTY_EmailPersonal2, PTP_OPC_EmailPersonal2); in init_propertymap()
618 register_property("Email: Business 1", LIBMTP_PROPERTY_EmailBusiness1, PTP_OPC_EmailBusiness1); in init_propertymap()
619 register_property("Email: Business 2", LIBMTP_PROPERTY_EmailBusiness2, PTP_OPC_EmailBusiness2); in init_propertymap()
620 register_property("Email: Others", LIBMTP_PROPERTY_EmailOthers, PTP_OPC_EmailOthers); in init_propertymap()
621register_property("Phone Number: Primary", LIBMTP_PROPERTY_PhoneNumberPrimary, PTP_OPC_PhoneNumber… in init_propertymap()
622register_property("Phone Number: Personal", LIBMTP_PROPERTY_PhoneNumberPersonal, PTP_OPC_PhoneNumb… in init_propertymap()
623register_property("Phone Number: Personal 2", LIBMTP_PROPERTY_PhoneNumberPersonal2, PTP_OPC_PhoneN… in init_propertymap()
624register_property("Phone Number: Business", LIBMTP_PROPERTY_PhoneNumberBusiness, PTP_OPC_PhoneNumb… in init_propertymap()
625register_property("Phone Number: Business 2", LIBMTP_PROPERTY_PhoneNumberBusiness2, PTP_OPC_PhoneN… in init_propertymap()
626register_property("Phone Number: Mobile", LIBMTP_PROPERTY_PhoneNumberMobile, PTP_OPC_PhoneNumberMo… in init_propertymap()
627register_property("Phone Number: Mobile 2", LIBMTP_PROPERTY_PhoneNumberMobile2, PTP_OPC_PhoneNumbe… in init_propertymap()
628register_property("Fax Number: Primary", LIBMTP_PROPERTY_FaxNumberPrimary, PTP_OPC_FaxNumberPrimar… in init_propertymap()
629register_property("Fax Number: Personal", LIBMTP_PROPERTY_FaxNumberPersonal, PTP_OPC_FaxNumberPers… in init_propertymap()
630register_property("Fax Number: Business", LIBMTP_PROPERTY_FaxNumberBusiness, PTP_OPC_FaxNumberBusi… in init_propertymap()
631 register_property("Pager Number", LIBMTP_PROPERTY_PagerNumber, PTP_OPC_PagerNumber); in init_propertymap()
632register_property("Phone Number: Others", LIBMTP_PROPERTY_PhoneNumberOthers, PTP_OPC_PhoneNumberOt… in init_propertymap()
633register_property("Primary Web Address", LIBMTP_PROPERTY_PrimaryWebAddress, PTP_OPC_PrimaryWebAddr… in init_propertymap()
634register_property("Personal Web Address", LIBMTP_PROPERTY_PersonalWebAddress, PTP_OPC_PersonalWebA… in init_propertymap()
635register_property("Business Web Address", LIBMTP_PROPERTY_BusinessWebAddress, PTP_OPC_BusinessWebA… in init_propertymap()
636register_property("Instant Messenger Address 1", LIBMTP_PROPERTY_InstantMessengerAddress, PTP_OPC_… in init_propertymap()
637register_property("Instant Messenger Address 2", LIBMTP_PROPERTY_InstantMessengerAddress2, PTP_OPC… in init_propertymap()
638register_property("Instant Messenger Address 3", LIBMTP_PROPERTY_InstantMessengerAddress3, PTP_OPC… in init_propertymap()
639register_property("Postal Address: Personal: Full", LIBMTP_PROPERTY_PostalAddressPersonalFull, PTP… in init_propertymap()
640register_property("Postal Address: Personal: Line 1", LIBMTP_PROPERTY_PostalAddressPersonalFullLin… in init_propertymap()
641register_property("Postal Address: Personal: Line 2", LIBMTP_PROPERTY_PostalAddressPersonalFullLin… in init_propertymap()
642register_property("Postal Address: Personal: City", LIBMTP_PROPERTY_PostalAddressPersonalFullCity,… in init_propertymap()
643register_property("Postal Address: Personal: Region", LIBMTP_PROPERTY_PostalAddressPersonalFullReg… in init_propertymap()
644register_property("Postal Address: Personal: Postal Code", LIBMTP_PROPERTY_PostalAddressPersonalFu… in init_propertymap()
645register_property("Postal Address: Personal: Country", LIBMTP_PROPERTY_PostalAddressPersonalFullCo… in init_propertymap()
646register_property("Postal Address: Business: Full", LIBMTP_PROPERTY_PostalAddressBusinessFull, PTP… in init_propertymap()
647register_property("Postal Address: Business: Line 1", LIBMTP_PROPERTY_PostalAddressBusinessLine1, … in init_propertymap()
648register_property("Postal Address: Business: Line 2", LIBMTP_PROPERTY_PostalAddressBusinessLine2, … in init_propertymap()
649register_property("Postal Address: Business: City", LIBMTP_PROPERTY_PostalAddressBusinessCity, PTP… in init_propertymap()
650register_property("Postal Address: Business: Region", LIBMTP_PROPERTY_PostalAddressBusinessRegion,… in init_propertymap()
651register_property("Postal Address: Business: Postal Code", LIBMTP_PROPERTY_PostalAddressBusinessPo… in init_propertymap()
652register_property("Postal Address: Business: Country", LIBMTP_PROPERTY_PostalAddressBusinessCountr… in init_propertymap()
653register_property("Postal Address: Other: Full", LIBMTP_PROPERTY_PostalAddressOtherFull, PTP_OPC_P… in init_propertymap()
654register_property("Postal Address: Other: Line 1", LIBMTP_PROPERTY_PostalAddressOtherLine1, PTP_OP… in init_propertymap()
655register_property("Postal Address: Other: Line 2", LIBMTP_PROPERTY_PostalAddressOtherLine2, PTP_OP… in init_propertymap()
656register_property("Postal Address: Other: City", LIBMTP_PROPERTY_PostalAddressOtherCity, PTP_OPC_P… in init_propertymap()
657register_property("Postal Address: Other: Region", LIBMTP_PROPERTY_PostalAddressOtherRegion, PTP_O… in init_propertymap()
658register_property("Postal Address: Other: Postal Code", LIBMTP_PROPERTY_PostalAddressOtherPostalCo… in init_propertymap()
659register_property("Postal Address: Other: Counrtry", LIBMTP_PROPERTY_PostalAddressOtherCountry, PT… in init_propertymap()
660register_property("Organization Name", LIBMTP_PROPERTY_OrganizationName, PTP_OPC_OrganizationName); in init_propertymap()
661register_property("Phonetic Organization Name", LIBMTP_PROPERTY_PhoneticOrganizationName, PTP_OPC_… in init_propertymap()
662 register_property("Role", LIBMTP_PROPERTY_Role, PTP_OPC_Role); in init_propertymap()
663 register_property("Birthdate", LIBMTP_PROPERTY_Birthdate, PTP_OPC_Birthdate); in init_propertymap()
664 register_property("Message To", LIBMTP_PROPERTY_MessageTo, PTP_OPC_MessageTo); in init_propertymap()
665 register_property("Message CC", LIBMTP_PROPERTY_MessageCC, PTP_OPC_MessageCC); in init_propertymap()
666 register_property("Message BCC", LIBMTP_PROPERTY_MessageBCC, PTP_OPC_MessageBCC); in init_propertymap()
667 register_property("Message Read", LIBMTP_PROPERTY_MessageRead, PTP_OPC_MessageRead); in init_propertymap()
668register_property("Message Received Time", LIBMTP_PROPERTY_MessageReceivedTime, PTP_OPC_MessageRec… in init_propertymap()
669 register_property("Message Sender", LIBMTP_PROPERTY_MessageSender, PTP_OPC_MessageSender); in init_propertymap()
670register_property("Activity Begin Time", LIBMTP_PROPERTY_ActivityBeginTime, PTP_OPC_ActivityBeginT… in init_propertymap()
671 register_property("Activity End Time", LIBMTP_PROPERTY_ActivityEndTime, PTP_OPC_ActivityEndTime); in init_propertymap()
672register_property("Activity Location", LIBMTP_PROPERTY_ActivityLocation, PTP_OPC_ActivityLocation); in init_propertymap()
673register_property("Activity Required Attendees", LIBMTP_PROPERTY_ActivityRequiredAttendees, PTP_OP… in init_propertymap()
674register_property("Optional Attendees", LIBMTP_PROPERTY_ActivityOptionalAttendees, PTP_OPC_Activit… in init_propertymap()
675register_property("Activity Resources", LIBMTP_PROPERTY_ActivityResources, PTP_OPC_ActivityResourc… in init_propertymap()
676register_property("Activity Accepted", LIBMTP_PROPERTY_ActivityAccepted, PTP_OPC_ActivityAccepted); in init_propertymap()
677 register_property("Owner", LIBMTP_PROPERTY_Owner, PTP_OPC_Owner); in init_propertymap()
678 register_property("Editor", LIBMTP_PROPERTY_Editor, PTP_OPC_Editor); in init_propertymap()
679 register_property("Webmaster", LIBMTP_PROPERTY_Webmaster, PTP_OPC_Webmaster); in init_propertymap()
680 register_property("URL Source", LIBMTP_PROPERTY_URLSource, PTP_OPC_URLSource); in init_propertymap()
681 register_property("URL Destination", LIBMTP_PROPERTY_URLDestination, PTP_OPC_URLDestination); in init_propertymap()
682 register_property("Time Bookmark", LIBMTP_PROPERTY_TimeBookmark, PTP_OPC_TimeBookmark); in init_propertymap()
683 register_property("Object Bookmark", LIBMTP_PROPERTY_ObjectBookmark, PTP_OPC_ObjectBookmark); in init_propertymap()
684 register_property("Byte Bookmark", LIBMTP_PROPERTY_ByteBookmark, PTP_OPC_ByteBookmark); in init_propertymap()
685 register_property("Last Build Date", LIBMTP_PROPERTY_LastBuildDate, PTP_OPC_LastBuildDate); in init_propertymap()
686 register_property("Time To Live", LIBMTP_PROPERTY_TimetoLive, PTP_OPC_TimetoLive); in init_propertymap()
687 register_property("Media GUID", LIBMTP_PROPERTY_MediaGUID, PTP_OPC_MediaGUID); in init_propertymap()
688 register_property("Total Bit Rate", LIBMTP_PROPERTY_TotalBitRate, PTP_OPC_TotalBitRate); in init_propertymap()
689 register_property("Bit Rate Type", LIBMTP_PROPERTY_BitRateType, PTP_OPC_BitRateType); in init_propertymap()
690 register_property("Sample Rate", LIBMTP_PROPERTY_SampleRate, PTP_OPC_SampleRate); in init_propertymap()
691register_property("Number Of Channels", LIBMTP_PROPERTY_NumberOfChannels, PTP_OPC_NumberOfChannels… in init_propertymap()
692 register_property("Audio Bit Depth", LIBMTP_PROPERTY_AudioBitDepth, PTP_OPC_AudioBitDepth); in init_propertymap()
693 register_property("Scan Depth", LIBMTP_PROPERTY_ScanDepth, PTP_OPC_ScanDepth); in init_propertymap()
694 register_property("Audio WAVE Codec", LIBMTP_PROPERTY_AudioWAVECodec, PTP_OPC_AudioWAVECodec); in init_propertymap()
695 register_property("Audio Bit Rate", LIBMTP_PROPERTY_AudioBitRate, PTP_OPC_AudioBitRate); in init_propertymap()
696register_property("Video Four CC Codec", LIBMTP_PROPERTY_VideoFourCCCodec, PTP_OPC_VideoFourCCCode… in init_propertymap()
697 register_property("Video Bit Rate", LIBMTP_PROPERTY_VideoBitRate, PTP_OPC_VideoBitRate); in init_propertymap()
698register_property("Frames Per Thousand Seconds", LIBMTP_PROPERTY_FramesPerThousandSeconds, PTP_OPC… in init_propertymap()
699register_property("Key Frame Distance", LIBMTP_PROPERTY_KeyFrameDistance, PTP_OPC_KeyFrameDistance… in init_propertymap()
700 register_property("Buffer Size", LIBMTP_PROPERTY_BufferSize, PTP_OPC_BufferSize); in init_propertymap()
701 register_property("Encoding Quality", LIBMTP_PROPERTY_EncodingQuality, PTP_OPC_EncodingQuality); in init_propertymap()
702 register_property("Encoding Profile", LIBMTP_PROPERTY_EncodingProfile, PTP_OPC_EncodingProfile); in init_propertymap()
703 register_property("Buy flag", LIBMTP_PROPERTY_BuyFlag, PTP_OPC_BuyFlag); in init_propertymap()
704 register_property("Unknown property", LIBMTP_PROPERTY_UNKNOWN, 0); in init_propertymap()