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