Class VideoInfo

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
4

Represents a video media information.

C#
Copy
public class VideoInfo : MediaInfo
Inheritance
VideoInfo

Properties

View Source

Album

Gets the album name.

Declaration
C#
Copy
public string Album { get; }
Property Value
Type Description
System.String

The album name from the metadata.

API Level: 4
View Source

AlbumArtist

Gets the album artist name.

Declaration
C#
Copy
public string AlbumArtist { get; }
Property Value
Type Description
System.String

The album artist name from the metadata.

API Level: 4
View Source

Artist

Gets the artist name.

Declaration
C#
Copy
public string Artist { get; }
Property Value
Type Description
System.String

The artist name from the metadata.

API Level: 4
View Source

BitRate

Gets the bitrate in bit per second.

Declaration
C#
Copy
public int BitRate { get; }
Property Value
Type Description
System.Int32

The bit rate of the video.

API Level: 4
View Source

Composer

Gets the composer name.

Declaration
C#
Copy
public string Composer { get; }
Property Value
Type Description
System.String

The composer name from the metadata.

API Level: 4
View Source

Gets the copyright notice.

Declaration
C#
Copy
public string Copyright { get; }
Property Value
Type Description
System.String

The copyright notice from the metadata.

API Level: 4
View Source

DateRecorded

Gets the recorded date.

Declaration
C#
Copy
public string DateRecorded { get; }
Property Value
Type Description
System.String

The recorded date information from the metadata if exists; otherwise, the modified date of the file.

API Level: 4
View Source

Duration

Gets the track duration in milliseconds.

Declaration
C#
Copy
public int Duration { get; }
Property Value
Type Description
System.Int32

The track duration of the video in milliseconds.

API Level: 4
View Source

Genre

Gets the genre.

Declaration
C#
Copy
public string Genre { get; }
Property Value
Type Description
System.String

The genre name from the metadata.

API Level: 4
View Source

Height

Gets the video height in pixels.

Declaration
C#
Copy
public int Height { get; }
Property Value
Type Description
System.Int32

The height of the video in pixels.

API Level: 4
View Source

TrackNumber

Gets the track number.

Declaration
C#
Copy
public string TrackNumber { get; }
Property Value
Type Description
System.String

The track number from the metadata.

API Level: 4
View Source

Width

Gets the video width in pixels.

Declaration
C#
Copy
public int Width { get; }
Property Value
Type Description
System.Int32

The width of the video in pixels.

API Level: 4
View Source

Year

Gets the year.

Declaration
C#
Copy
public string Year { get; }
Property Value
Type Description
System.String

The year from the metadata.

API Level: 4