Class Metadata
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Metadata.dll
Represents the metadata information of a media.
C#Copypublic class Metadata
- Inheritance
-
objectMetadata
Properties
Declaration
C#Copypublic string Album { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the album name, or null if the information does not exist. |
Declaration
C#Copypublic string AlbumArtist { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the album artist, or null if the information does not exist. |
Declaration
C#Copypublic double? Altitude { get; }
Property Value
| Type | Description |
|---|---|
| double? | The altitude value, or null if the information does not exist. |
Declaration
C#Copypublic string Artist { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the artist, or null if the information does not exist. |
Declaration
C#Copypublic AudioMetadata Audio { get; }
Property Value
| Type | Description |
|---|---|
| AudioMetadata | The audio metadata, or null if the information does not exist. |
Declaration
C#Copy[Obsolete("Please do not use! This will be deprecated. Please use Composer instead.")] public string Author { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the author, or null if the information does not exist. |
Declaration
C#Copypublic string Classification { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the classification, or null if the information does not exist. |
Declaration
C#Copypublic string Comment { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the comment, or null if the information does not exist. |
Declaration
C#Copypublic string Composer { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the composer, or null if the information does not exist. |
Declaration
C#Copypublic string Conductor { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the conductor, or null if the information does not exist. |
Declaration
C#Copypublic string Content360 { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the information for 360 content, or null if the information does not exist. |
Declaration
C#Copypublic string Copyright { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the copyright, or null if the information does not exist. |
Declaration
C#Copypublic string DateRecorded { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the recording date, or null if the information does not exist. |
Declaration
C#Copypublic string DateReleased { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the release date, or null if the information does not exist. |
Declaration
C#Copypublic string Description { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the description, or null if the information does not exist. |
Declaration
C#Copypublic int? Duration { get; }
Property Value
| Type | Description |
|---|---|
| int? | The duration value, or null if the information does not exist. |
Declaration
C#Copypublic string Genre { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the genre, or null if the information does not exist. |
Declaration
C#Copypublic double? Latitude { get; }
Property Value
| Type | Description |
|---|---|
| double? | The latitude value, or null if the information does not exist. |
Declaration
C#Copypublic double? Longitude { get; }
Property Value
| Type | Description |
|---|---|
| double? | The longitude value, or null if the information does not exist. |
Declaration
C#Copypublic string Rating { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the rating, or null if the information does not exist. |
Declaration
C#Copypublic string Rotation { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the rotation information, or null if the information does not exist. |
Declaration
C#Copypublic int SyncLyricsCount { get; }
Property Value
| Type | Description |
|---|---|
| int | The number of the synchronized lyrics. |
Declaration
C#Copypublic string Title { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the title, or null if the information does not exist. |
Declaration
C#Copypublic string TrackNumber { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the track number, or null if the information does not exist. |
Declaration
C#Copypublic string UnsyncLyrics { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the unsynchronized lyrics, or null if the information does not exist. |
Declaration
C#Copypublic VideoMetadata Video { get; }
Property Value
| Type | Description |
|---|---|
| VideoMetadata | The video metadata, or null if the information does not exist. |
Methods
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |