Class ThumbnailExtractionResult

Definition

Namespace:
Tizen.Multimedia.Util
Assembly:
Tizen.Multimedia.Util.dll
API Level:
4

Represents the result of the thumbnail extraction.

C#
Copy
public class ThumbnailExtractionResult
Inheritance
System.Object
ThumbnailExtractionResult

Properties

View Source

RawData

The thumbnail data.

Declaration
C#
Copy
public byte[] RawData { get; }
Property Value
Type Description
System.Byte[]
API Level: 4
View Source

Size

The size of the thumbnail.

Declaration
C#
Copy
public Size Size { get; }
Property Value
Type Description
Size
API Level: 4