Class VideoMetadata
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Metadata.dll
Represents the video metadata information.
C#Copypublic class VideoMetadata
- Inheritance
-
objectVideoMetadata
Properties
Declaration
C#Copypublic int? BitRate { get; }
Property Value
| Type | Description |
|---|---|
| int? | The bitrate value, or null if the information does not exist. |
Declaration
C#Copypublic string Codec { get; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the codec type, or null if the information does not exist. |
Declaration
C#Copypublic int? Fps { get; }
Property Value
| Type | Description |
|---|---|
| int? | The fps value, or null if the information does not exist. |
Declaration
C#Copypublic int? Height { get; }
Property Value
| Type | Description |
|---|---|
| int? | The height value, or null if the information does not exist. |
Declaration
C#Copypublic int StreamCount { get; }
Property Value
| Type | Description |
|---|---|
| int | The number of video streams. |
Declaration
C#Copypublic int? Width { get; }
Property Value
| Type | Description |
|---|---|
| int? | The width value, 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. |
Overrides
object.ToString()