Class ThumbnailExtractionResult

    Definition

    Namespace:
    Tizen.Multimedia.Util
    Assembly:
    Tizen.Multimedia.Util.dll

    Represents the result of the thumbnail extraction.

    public class ThumbnailExtractionResult
    Inheritance
    object
    ThumbnailExtractionResult

    Properties

    View Source

    RawData

    The thumbnail data.

    Declaration
    public byte[] RawData { get; }
    Property Value
    Type Description
    byte[]
    View Source

    Size

    The size of the thumbnail.

    Declaration
    public Size Size { get; }
    Property Value
    Type Description
    Size
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX