Class MediaInfoUpdatedEventArgs
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Provides data for the MediaInfoUpdated event.
C#Copypublic class MediaInfoUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsMediaInfoUpdatedEventArgs
Properties
Declaration
C#Copypublic string Id { get; }
Property Value
Type | Description |
---|---|
string | The ID of the media updated. |
Declaration
C#Copypublic MediaType MediaType { get; }
Property Value
Type | Description |
---|---|
MediaType | The MediaType of the media updated. |
Declaration
C#Copypublic string MimeType { get; }
Property Value
Type | Description |
---|---|
string | The MIME type of the media updated. |
Declaration
C#Copypublic OperationType OperationType { get; }
Property Value
Type | Description |
---|---|
OperationType | The operation type which triggers the event. |
Declaration
C#Copypublic string Path { get; }
Property Value
Type | Description |
---|---|
string | The path of the media updated. |
Declaration
C#Copypublic int ProcessId { get; }
Property Value
Type | Description |
---|---|
int | The process ID which triggers the event. |