Struct VariantInfo
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Represents properties for the variant information.
C#Copypublic struct VariantInfo
Constructors
Declaration
C#Copypublic VariantInfo(int bandwidth, int width = -1, int height = -1)
Parameters
| Type | Name | Description |
|---|---|---|
| int | bandwidth | The bandwidth of the stream can be supportable, it must be set. (deafult: -1) |
| int | width | The width of the stream, this is optional parameter. (deafult: -1) |
| int | height | The height of the stream, this is optional parameter. (deafult: -1) |
Properties
Declaration
C#Copypublic int Bandwidth { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int |