Class MediaPacketBufferStatusChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the BufferStatusChanged event.
C#Copypublic class MediaPacketBufferStatusChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsMediaPacketBufferStatusChangedEventArgs
Properties
Declaration
C#Copypublic uint SourceId { get; }
Property Value
Type | Description |
---|---|
uint | The source ID. |
Declaration
C#Copypublic MediaPacketBufferStatus Status { get; }
Property Value
Type | Description |
---|---|
MediaPacketBufferStatus | The media packet buffer status. |
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |
Overrides
object.ToString()