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