Class MediaPacketBufferStatusChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the BufferStatusChanged event.
public class MediaPacketBufferStatusChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsMediaPacketBufferStatusChangedEventArgs
Properties
View SourceSourceId
Gets the source ID.
Declaration
public uint SourceId { get; }
Property Value
Type | Description |
---|---|
uint | The source ID. |
Status
Gets the media packet buffer status.
Declaration
public MediaPacketBufferStatus Status { get; }
Property Value
Type | Description |
---|---|
MediaPacketBufferStatus | The media packet buffer status. |
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. |
Overrides
object.ToString()