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