Class VideoStreamChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Provides data for the VideoStreamChanged event.
public class VideoStreamChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsVideoStreamChangedEventArgs
Properties
View SourceBitRate
Gets the bit rate of the new video.
Declaration
public int BitRate { get; }
Property Value
| Type | Description |
|---|---|
| int |
Fps
Gets the fps of the new video.
Declaration
public int Fps { get; }
Property Value
| Type | Description |
|---|---|
| int |
Size
Gets the Size of the new video.
Declaration
public Size Size { get; }
Property Value
| Type | Description |
|---|---|
| Size |
Methods
View SourceToString()
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()