Class MediaStreamBufferStatusChangedEventArgs

Definition

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

Provides data for the BufferStatusChanged event.

C#
Copy
public class MediaStreamBufferStatusChangedEventArgs : EventArgs
Inheritance
System.Object
MediaStreamBufferStatusChangedEventArgs

Constructors

View Source

MediaStreamBufferStatusChangedEventArgs(MediaStreamBufferStatus)

Initializes a new instance of the MediaStreamBufferStatusChangedEventArgs class.

Declaration
C#
Copy
public MediaStreamBufferStatusChangedEventArgs(MediaStreamBufferStatus status)
Parameters
Type Name Description
MediaStreamBufferStatus status

The value indicating the status of the stream.

API Level: 3

Properties

View Source

Status

Gets the status.

Declaration
C#
Copy
public MediaStreamBufferStatus Status { get; }
Property Value
Type Description
MediaStreamBufferStatus
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