Class MediaInfoUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Content.MediaContent
    Assembly:
    Tizen.Content.MediaContent.dll

    Provides data for the MediaInfoUpdated event.

    public class MediaInfoUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    MediaInfoUpdatedEventArgs

    Properties

    View Source

    Id

    Gets the ID of the media updated.

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    string

    The ID of the media updated.

    View Source

    MediaType

    Gets the type of the media updated.

    Declaration
    public MediaType MediaType { get; }
    Property Value
    Type Description
    MediaType

    The MediaType of the media updated.

    View Source

    MimeType

    The MIME type of the media updated.

    Declaration
    public string MimeType { get; }
    Property Value
    Type Description
    string

    The MIME type of the media updated.

    View Source

    OperationType

    Gets the operation type.

    Declaration
    public OperationType OperationType { get; }
    Property Value
    Type Description
    OperationType

    The operation type which triggers the event.

    View Source

    Path

    Gets the path of the media updated.

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    string

    The path of the media updated.

    View Source

    ProcessId

    Gets the process ID which triggers the event.

    Declaration
    public int ProcessId { get; }
    Property Value
    Type Description
    int

    The process ID which triggers the event.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX