Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
- API Level:
- 3
public class VideoStreamChangedEventArgs : EventArgs
- Inheritance
-
System.Object
System.EventArgs
VideoStreamChangedEventArgs
Properties
Declaration
public int BitRate { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3
Declaration
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3
Declaration
public Size Size { get; }
Property Value
API Level: 3
Methods
View Source
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
A string that represents the current object.
|
Overrides
API Level: 3