Class MediaInfoUpdatedEventArgs

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
4

Provides data for the MediaInfoUpdated event.

C#
Copy
public class MediaInfoUpdatedEventArgs : EventArgs
Inheritance
MediaInfoUpdatedEventArgs

Properties

View Source

Id

Gets the ID of the media updated.

Declaration
C#
Copy
public string Id { get; }
Property Value
Type Description
System.String

The ID of the media updated.

API Level: 4
View Source

MediaType

Gets the type of the media updated.

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

The MediaType of the media updated.

API Level: 4
View Source

MimeType

The MIME type of the media updated.

Declaration
C#
Copy
public string MimeType { get; }
Property Value
Type Description
System.String

The MIME type of the media updated.

API Level: 4
View Source

OperationType

Gets the operation type.

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

The operation type which triggers the event.

API Level: 4
View Source

Path

Gets the path of the media updated.

Declaration
C#
Copy
public string Path { get; }
Property Value
Type Description
System.String

The path of the media updated.

API Level: 4
View Source

ProcessId

Gets the process ID which triggers the event.

Declaration
C#
Copy
public int ProcessId { get; }
Property Value
Type Description
System.Int32

The process ID which triggers the event.

API Level: 4