Class VideoMetadata
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Metadata.dll
- API Level:
- 4
Represents the video metadata information.
C#Copypublic class VideoMetadata
- Inheritance
-
System.ObjectVideoMetadata
Properties
Declaration
C#Copypublic int? BitRate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The bitrate value, or null if the information does not exist. |
API Level: 4
Declaration
C#Copypublic string Codec { get; }
Property Value
Type | Description |
---|---|
System.String | A string representing the codec type, or null if the information does not exist. |
API Level: 4
Declaration
C#Copypublic int? Fps { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The fps value, or null if the information does not exist. |
API Level: 4
Declaration
C#Copypublic int? Height { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The height value, or null if the information does not exist. |
API Level: 4
Declaration
C#Copypublic int StreamCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The number of video streams. |
API Level: 4
Declaration
C#Copypublic int? Width { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The width value, or null if the information does not exist. |
API Level: 4
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |