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