Class MediaPacketBufferStatusChangedEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
9

Provides data for the BufferStatusChanged event.

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

Properties

View Source

SourceId

Gets the source ID.

Declaration
C#
Copy
public uint SourceId { get; }
Property Value
Type Description
System.UInt32

The source ID.

API Level: 9
View Source

Status

Gets the media packet buffer status.

Declaration
C#
Copy
public MediaPacketBufferStatus Status { get; }
Property Value
Type Description
MediaPacketBufferStatus

The media packet buffer status.

API Level: 9

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: 9