Class VideoStreamChangedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.MediaPlayer.dll
API Level:
3

Provides data for the VideoStreamChanged event.

C#
Copy
public class VideoStreamChangedEventArgs : EventArgs
Inheritance
VideoStreamChangedEventArgs

Properties

View Source

BitRate

Gets the bit rate of the new video.

Declaration
C#
Copy
public int BitRate { get; }
Property Value
Type Description
System.Int32
API Level: 3
View Source

Fps

Gets the fps of the new video.

Declaration
C#
Copy
public int Fps { get; }
Property Value
Type Description
System.Int32
API Level: 3
View Source

Size

Gets the Size of the new video.

Declaration
C#
Copy
public Size Size { get; }
Property Value
Type Description
Size
API Level: 3

Methods

View Source

ToString()

Returns a string that represents the current object.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

A string that represents the current object.

Overrides
System.Object.ToString()
API Level: 3