The genre of the media. C# Copy [Android.Runtime.Register("METADATA_KEY_GENRE")] public const string MetadataKeyGenre; Field Value String Implements ContentsFileDescriptor Attributes RegisterAttribute Remarks The genre of the media. Java documentation for android.media.M...
Use Android.Media.MetadataKey enum directly instead of this field. The metadata key to retrieve the content type or genre of the data source. C# 复制 [Android.Runtime.Register("METADATA_KEY_GENRE")] [System.Obsolete("This constant will be removed in the future version. Use Android.Media....
A key that represents the genre or genres to which the movie content conforms. iOS 4.0+iPadOS 4.0+Mac Catalyst 13.1+macOS 10.7+tvOS 9.0+visionOS 1.0+watchOS 1.0+ static let quickTimeMetadataKeyGenre: AVMetadataKey See Also QuickTime Metadata Keys static let quickTimeMetadataKeyAccessibilityDescription...
AVMetadata.iTunesMetadataKeyUserGenre Property Reference Definition Namespace: AVFoundation Assembly: Xamarin.iOS.dll Represents the value associated with the constant AVMetadataiTunesMetadataKeyUserGenre C# [Foundation.Field("AVMetadataiTunesMetadataKeyUserGenre","AVFoundation")]publicstaticFoundation.NSStrin...
QuickTimeUserDataKeyPerformers QuickTimeUserDataKeyPhonogramRights QuickTimeUserDataKeyProducer QuickTimeUserDataKeyProduct QuickTimeUserDataKeyPublisher QuickTimeUserDataKeySoftware QuickTimeUserDataKeySpecialPlaybackRequirements QuickTimeUserDataKeyTaggedCharacteristic
MediaMetadataCompat.METADATA_KEY_ALBUM, MediaMetadataCompat.METADATA_KEY_ARTIST, MediaMetadataCompat.METADATA_KEY_GENRE, MediaMetadataCompat.METADATA_KEY_TITLE }) { builder.putString(key, metadataWithoutBitmap.getString(key)); } builder.putLong( ...
V AVMetadataiTunesMetadataKeySoundEngineer V AVMetadataiTunesMetadataKeyThanks V AVMetadataiTunesMetadataKeyTrackNumber V AVMetadataiTunesMetadataKeyTrackSubTitle V AVMetadataiTunesMetadataKeyUserComment V AVMetadataiTunesMetadataKeyUserGenre QuickTime Metadata Keys V AVMetadataQuickTimeMetadataKeyAccess...
*/publicstaticfinalintMETADATA_KEY_GENRE=6;/** * The metadata key to retrieve the data source title. */publicstaticfinalintMETADATA_KEY_TITLE=7;/** * The metadata key to retrieve the year when the data source was created * or modified. ...
* /publicstaticfinalintMETADATA_KEY_COMPOSER = 4;/ **用于检索创建数据源的日期的元数据键或修改。* /publicstaticfinalintMETADATA_KEY_DATE = 5;/ **元数据键,用于检索数据的内容类型或类型资源。* /publicstaticfinalintMETADATA_KEY_GENRE = 6;/ **用于检索数据源标题的元数据键。* /publicstaticfinal...
>>> from osxmetadata import ALL_ATTRIBUTES >>> "kMDItemDueDate" in ALL_ATTRIBUTES True >>> "NSURLTagNamesKey" in ALL_ATTRIBUTES True >>> "findercomment" in ALL_ATTRIBUTES True >>>The class attributes are handled dynamically which, unfortunately, means that IDEs like PyCharm and Visual ...