Search Results for

    Show / Hide Table of Contents

    Class MediaInfo

    Definition

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

    Represents the information related to the media stored.

    public class MediaInfo
    Inheritance
    object
    MediaInfo
    Derived
    AudioInfo
    BookInfo
    ImageInfo

    Properties

    View Source

    DateAdded

    Gets the date of addition of media.

    Declaration
    public DateTimeOffset DateAdded { get; }
    Property Value
    Type Description
    DateTimeOffset

    The date of addition of media.

    View Source

    DateModified

    Gets the date of modification of media.

    Declaration
    public DateTimeOffset DateModified { get; }
    Property Value
    Type Description
    DateTimeOffset

    The date of modification of media.

    View Source

    DisplayName

    Gets the name of media.

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

    The base name of the media file.

    View Source

    FileSize

    Gets the file size of media in bytes.

    Declaration
    public long FileSize { get; }
    Property Value
    Type Description
    long

    The file size of media in bytes.

    View Source

    Id

    Gets the ID of media.

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

    The unique ID of media.

    View Source

    MediaType

    Gets the MediaType of media.

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

    The MediaType of media.

    View Source

    MimeType

    Gets the mime type from media.

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

    The mime type of media.

    View Source

    Path

    Gets the path to media.

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

    The full path of the media file.

    View Source

    ThumbnailPath

    Gets the thumbnail of media.

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

    The thumbnail path of media.

    View Source

    Title

    Gets the title of media.

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

    The title of media.

    Methods

    View Source

    ToString()

    Returns a string representation of the media information.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string representation of the current media information.

    Overrides
    object.ToString()

    See Also

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