Class VideoInfo
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
- API Level:
- 4
Represents a video media information.
C#Copypublic class VideoInfo : MediaInfo
- Inheritance
Properties
Declaration
C#Copypublic string Album { get; }
Property Value
Type | Description |
---|---|
System.String | The album name from the metadata. |
API Level: 4
Declaration
C#Copypublic string AlbumArtist { get; }
Property Value
Type | Description |
---|---|
System.String | The album artist name from the metadata. |
API Level: 4
Declaration
C#Copypublic string Artist { get; }
Property Value
Type | Description |
---|---|
System.String | The artist name from the metadata. |
API Level: 4
Declaration
C#Copypublic int BitRate { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The bit rate of the video. |
API Level: 4
Declaration
C#Copypublic string Composer { get; }
Property Value
Type | Description |
---|---|
System.String | The composer name from the metadata. |
API Level: 4
Declaration
C#Copypublic string Copyright { get; }
Property Value
Type | Description |
---|---|
System.String | The copyright notice from the metadata. |
API Level: 4
Declaration
C#Copypublic 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
Declaration
C#Copypublic int Duration { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The track duration of the video in milliseconds. |
API Level: 4
Declaration
C#Copypublic string Genre { get; }
Property Value
Type | Description |
---|---|
System.String | The genre name from the metadata. |
API Level: 4
Declaration
C#Copypublic int Height { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The height of the video in pixels. |
API Level: 4
Declaration
C#Copypublic string TrackNumber { get; }
Property Value
Type | Description |
---|---|
System.String | The track number from the metadata. |
API Level: 4
Declaration
C#Copypublic int Width { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The width of the video in pixels. |
API Level: 4
Declaration
C#Copypublic string Year { get; }
Property Value
Type | Description |
---|---|
System.String | The year from the metadata. |